From ddc256dd5a78b22fe71bdb2995e194e77c796ab0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 30 Dec 2020 11:49:48 +0100 Subject: no online cache --- custom/ymir-nginx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 3511b35e..81b253fe 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -180,6 +180,7 @@ in { location / { add_header X-NetworkManager-Status online; + add_header Cache-Control "max-age=0, must-revalidate"; return 204; } } -- cgit v1.2.3