webcompile/Caddyfile

9 lines
78 B
Caddyfile
Raw Normal View History

2022-09-08 18:48:52 +05:30
{
auto_https off
}
localhost {
2022-09-08 17:40:19 +05:30
file_server
2022-09-08 17:46:45 +05:30
root * /usr/share/caddy
2022-09-08 17:52:13 +05:30
}