alerta_alerta-webui/static.json

27 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"
}
}
}