racemash/Caddyfile

14 lines
179 B
Caddyfile
Raw Normal View History

2024-07-26 17:23:02 +02:00
{
auto_https off
servers {
trusted_proxies static private_ranges
}
}
http://racemash.maciejpedzi.ch {
root * /srv
encode gzip
try_files {path} /index.html
file_server
}