xiv.zone/Caddyfile
2022-04-08 18:12:46 -04:00

22 lines
266 B
Caddyfile

{
admin off # we dont use this so lol
}
:9455 {
header {
-Server
Cache-Control "max-age=604800, immutable"
}
handle /astra-distrib {
root * /var/astra-distrib
file_server
}
encode gzip
file_server
}