FBA-DeploymentScripts/Caddyfile
2020-12-10 00:12:37 +01:00

21 lines
331 B
Caddyfile

http:// {
root * /var/lib/caddy/
@notmedia {
not path /media/*
}
@media {
path /media/*
}
header @media {
Cache-Control "public, max-age=604800, immutable"
Access-Control-Allow-Origin *
}
encode @notmedia zstd gzip
file_server browse
try_files {path} {path}.html {path}/index.html
}