xiv.zone/Caddyfile

27 lines
325 B
Text
Raw Normal View History

2022-04-08 18:12:46 -04:00
{
admin off # we dont use this so lol
2022-04-08 19:05:24 -04:00
debug
2022-04-08 18:12:46 -04:00
}
2022-04-08 18:32:59 -04:00
2022-04-08 18:12:46 -04:00
:9455 {
header {
-Server
Cache-Control "max-age=604800, immutable"
}
2022-04-08 19:12:00 -04:00
handle_path /astra-distrib/* {
root * /astra-distrib
}
2022-04-13 10:06:07 -04:00
handle_path /distrib/* {
root * /astra-distrib
}
2022-04-08 18:12:46 -04:00
encode gzip
file_server
}