0
0
Fork 0
mirror of https://github.com/alerta/alerta-webui.git synced 2025-03-14 12:42:45 +00:00
alerta_alerta-webui/static.json
2019-07-22 01:05:00 +02:00

26 lines
485 B
JSON

{
"https_only": true,
"root": "dist",
"clean_urls": true,
"routes": {
"/**": "index.html"
},
"headers": {
"/": {
"Cache-Control": "no-cache, no-store"
},
"/js/*": {
"Cache-Control": "public, max-age=31536000"
},
"/css/*": {
"Cache-Control": "public, max-age=31536000"
},
"/fonts/*": {
"Cache-Control": "public, max-age=31536000"
},
"/audio/*": {
"Cache-Control": "public, max-age=31536000"
}
}
}