fgo-ta-com-website/serve.json

21 lines
377 B
JSON
Raw Normal View History

2023-07-17 21:34:53 +00:00
{
"cleanUrls": true,
"directoryListing": false,
"etag": true,
2023-07-17 21:34:53 +00:00
"headers": [
{
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
"headers" : [{
"key" : "Cache-Control",
"value" : "no-cache"
}]
}, {
"source" : "404.html",
"headers" : [{
"key" : "Cache-Control",
"value" : "no-cache"
}]
2023-07-17 21:34:53 +00:00
}
]
}