FBA-DeploymentScripts/Caddyfile

23 lines
282 B
Caddyfile
Raw Normal View History

2020-12-09 21:56:43 +00:00
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 *
}
file_server
2020-12-09 23:03:42 +00:00
handle {
respond 404
}
2020-12-09 21:56:43 +00:00
}