jeffa.io/www/Caddyfile
2023-08-24 02:48:56 -04:00

8 lines
112 B
Caddyfile

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