2023-03-16 18:20:14 +00:00
|
|
|
{
|
2023-07-27 21:27:56 +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",
|
2023-07-27 21:27:56 +00:00
|
|
|
"headers" : [{
|
|
|
|
"key" : "Cache-Control",
|
|
|
|
"value" : "no-cache"
|
|
|
|
}]
|
2023-07-29 11:55:48 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source" : "**/*.css",
|
2023-07-27 21:27:56 +00:00
|
|
|
"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",
|
2023-12-25 23:44:04 +00:00
|
|
|
"value" : "max-age=7257600"
|
2023-07-27 21:27:56 +00:00
|
|
|
}]
|
2023-03-16 18:20:14 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|