firq-dev-website/serve.json

29 lines
526 B
JSON
Raw Normal View History

2023-03-16 18:20:14 +00:00
{
"cleanUrls": true,
"directoryListing": false,
"etag": true,
2023-03-16 18:20:14 +00:00
"headers": [
{
2023-07-29 11:55:48 +00:00
"source" : "**/*.html",
"headers" : [{
"key" : "Cache-Control",
"value" : "no-cache"
}]
2023-07-29 11:55:48 +00:00
},
{
"source" : "**/*.css",
"headers" : [{
"key" : "Cache-Control",
2023-07-29 11:55:48 +00:00
"value" : "max-age=86400"
}]
},
{
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
"headers" : [{
"key" : "Cache-Control",
"value" : "max-age=86400"
}]
2023-03-16 18:20:14 +00:00
}
]
}