Caddy_rsync_webserver/Caddyfile

7 lines
73 B
Caddyfile
Raw Normal View History

2024-02-05 03:19:08 +00:00
:80 {
root * /www/html
file_server
try_files {path}.html {path}
}