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