minor caching stuff
This commit is contained in:
@@ -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",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user