From fe07d944951d5e60220522da98613b4da31108fa Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Thu, 16 May 2024 08:51:27 +0200 Subject: [PATCH] minor caching stuff --- 88-tar1090.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/88-tar1090.conf b/88-tar1090.conf index fb074f6..1a6e90d 100644 --- a/88-tar1090.conf +++ b/88-tar1090.conf @@ -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", ) }