fgo-ta-com-website/serve.json
2023-07-17 23:34:53 +02:00

15 lines
234 B
JSON

{
"directoryListing": ["/!assets/**"],
"headers": [
{
"source": "**/*.@(jpg|jpeg|gif|png|webp)",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
}
]
}