firq-dev-website/serve.json

40 lines
731 B
JSON
Raw Normal View History

2023-03-16 19:20:14 +01:00
{
"cleanUrls": true,
2025-04-08 19:40:19 +02:00
"directoryListing": false,
"etag": true,
2025-04-08 19:40:19 +02:00
"logReq": true,
"logRes": true,
2023-03-16 19:20:14 +01:00
"headers": [
{
2023-07-29 13:55:48 +02:00
"source" : "**/*.html",
"headers" : [{
"key" : "Cache-Control",
"value" : "no-cache"
}]
2023-07-29 13:55:48 +02:00
},
{
"source" : "**/*.css",
"headers" : [{
"key" : "Cache-Control",
2023-12-29 15:21:17 +01:00
"value" : "max-age=31536000"
2023-07-29 13:55:48 +02:00
}]
},
2024-10-21 22:36:12 +02:00
{
"source": "**/*.woff2",
"headers": [
{
"key": "Cache-Control",
2024-10-22 21:54:18 +02:00
"value" : "max-age=31536000"
2024-10-21 22:36:12 +02:00
}
]
},
2023-07-29 13:55:48 +02:00
{
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
"headers" : [{
"key" : "Cache-Control",
2023-12-26 01:08:04 +01:00
"value" : "max-age=31536000"
}]
2023-03-16 19:20:14 +01:00
}
]
}