lighttpd config for globe-index

This commit is contained in:
Matthias Wirth
2022-08-01 19:48:58 +02:00
parent ec7efdea00
commit 25b2bb5695

View File

@@ -53,7 +53,7 @@ $HTTP["url"] =~ "^/INSTANCE/data/aircraft\.json$" {
"Cache-Control" => "public, no-cache",
)
}
$HTTP["url"] =~ "^/INSTANCE/data/globe.*" {
$HTTP["url"] =~ "^/INSTANCE/data/globe.*json$" {
compress.filetype = ()
setenv.add-response-header += (
"Cache-Control" => "public, no-cache",