mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-27 16:15:47 +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
|
|
}
|