jeffa.io/www/Caddyfile

8 lines
112 B
Caddyfile
Raw Normal View History

2023-08-24 02:48:56 -04:00
jeffa.io,
www.jeffa.io,
2023-08-17 16:33:59 -04:00
localhost:8080 {
2023-05-19 09:32:14 -04:00
root * /srv/
2023-08-24 02:48:56 -04:00
file_server
try_files {path} {path}.html {path}/ 404
2023-05-19 09:32:14 -04:00
}