minor caching stuff

This commit is contained in:
Matthias Wirth
2024-05-16 08:51:27 +02:00
parent ca85f97ce4
commit fe07d94495

View File

@@ -63,7 +63,7 @@ $HTTP["url"] =~ "^/INSTANCE/data/globe.*json$" {
$HTTP["url"] =~ "^/INSTANCE/data/traces/" {
compress.filetype = ()
setenv.add-response-header += (
"Cache-Control" => "public, max-age=2",
"Cache-Control" => "public, no-cache",
"Content-Encoding" => "gzip",
)
}