portfolio/Caddyfile
2022-07-27 18:23:35 +02:00

6 lines
89 B
Caddyfile

:80 {
root * /usr/share/caddy
try_files {path} /index.html
file_server
}