mirror of
https://github.com/alerta/alerta-webui.git
synced 2025-03-14 12:42:45 +00:00
26 lines
485 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
|