site/Caddyfile
2024-06-06 20:25:02 -04:00

8 lines
112 B
Caddyfile

jeffa.io,
www.jeffa.io,
localhost:8000 {
root * /srv/
file_server
try_files {path} {path}.html {path}/ 404
}