This commit is contained in:
Vlad Kirienko
2020-07-24 09:09:08 -04:00
committed by GitHub
parent d106e8beae
commit 35841d05c9
25 changed files with 130 additions and 267 deletions

View File

@@ -71,11 +71,6 @@ $HTTP["url"] =~ "^/INSTANCE/.*\.png$" {
"Cache-Control" => "public, max-age=2419200",
)
}
$HTTP["url"] =~ "^/INSTANCE/spinny.gif$" {
setenv.add-response-header += (
"Cache-Control" => "public, max-age=1209600",
)
}
$HTTP["url"] =~ "^/INSTANCE/config.js$" {
setenv.add-response-header += (
"Cache-Control" => "public, must-revalidate",