webcompile/Caddyfile
2022-09-08 14:18:52 +01:00

9 lines
78 B
Caddyfile

{
auto_https off
}
localhost {
file_server
root * /usr/share/caddy
}