xiv.zone/Caddyfile

25 lines
277 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 18:32:59 -04:00
2022-04-08 18:12:46 -04:00
:9455 {
2022-04-08 18:34:11 -04:00
log {
output stdout
level INFO
}
2022-04-08 18:12:46 -04:00
header {
-Server
Cache-Control "max-age=604800, immutable"
}
root /astra-distrib/* /astra-distrib
2022-04-08 18:12:46 -04:00
encode gzip
file_server
}