7 lines
73 B
Caddyfile
7 lines
73 B
Caddyfile
:80 {
|
|
root * /www/html
|
|
file_server
|
|
try_files {path}.html {path}
|
|
}
|
|
|