mirror of
https://github.com/maciejpedzich/racemash.git
synced 2025-01-18 06:14:46 +01:00
14 lines
179 B
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
|
|
}
|