cache directive fix

This commit is contained in:
Firq 2023-03-16 19:04:37 +01:00
parent 858cdc2ad3
commit 58734dd495
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -1,11 +1,12 @@
{ {
"etag": true,
"headers": [ "headers": [
{ {
"source": "**/*.@(jpg|jpeg|gif|png|webp)", "source": "**/*.@(jpg|jpeg|gif|png|webp)",
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "max-age=86400" "value": "no-cache"
} }
] ]
} }