From 25b2bb5695465977c072da13aa28678656d6c1e0 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Mon, 1 Aug 2022 19:48:58 +0200 Subject: [PATCH] lighttpd config for globe-index --- 88-tar1090.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/88-tar1090.conf b/88-tar1090.conf index eb9e018..c482ce9 100644 --- a/88-tar1090.conf +++ b/88-tar1090.conf @@ -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",