racemash/Caddyfile

14 lines
179 B
Caddyfile

{
auto_https off
servers {
trusted_proxies static private_ranges
}
}
http://racemash.maciejpedzi.ch {
root * /srv
encode gzip
try_files {path} /index.html
file_server
}