Caddy_rsync_webserver/Caddyfile

10 lines
134 B
Caddyfile
Raw Permalink Normal View History

2024-02-05 03:19:08 +00:00
:80 {
root * /www/html
file_server
try_files {path}.html {path}
2024-02-06 02:17:52 +00:00
handle_errors {
rewrite * /404.html
file_server
}
2024-02-05 03:19:08 +00:00
}