site/Caddyfile

8 lines
112 B
Caddyfile
Raw Normal View History

2024-06-07 00:25:02 +00:00
jeffa.io,
www.jeffa.io,
localhost:8000 {
root * /srv/
file_server
try_files {path} {path}.html {path}/ 404
}