jeffa.io/www/Caddyfile

8 lines
112 B
Caddyfile
Raw Normal View History

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