6 lines
88 B
Caddyfile
6 lines
88 B
Caddyfile
:80 {
|
|
root * /usr/share/caddy
|
|
file_server
|
|
try_files {path} {path}.html /index.html
|
|
}
|