summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-12-30 11:49:48 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-12-30 11:49:48 +0100
commitddc256dd5a78b22fe71bdb2995e194e77c796ab0 (patch)
treeff0a0b91d3d5f3d5ab15c698c17cc0d9ef446e33 /custom
parent7ded62d180b68a3a2d6a8eed52173d29342cc1c9 (diff)
downloadnixos-ddc256dd5a78b22fe71bdb2995e194e77c796ab0.tar
nixos-ddc256dd5a78b22fe71bdb2995e194e77c796ab0.tar.gz
nixos-ddc256dd5a78b22fe71bdb2995e194e77c796ab0.tar.bz2
nixos-ddc256dd5a78b22fe71bdb2995e194e77c796ab0.tar.xz
nixos-ddc256dd5a78b22fe71bdb2995e194e77c796ab0.zip
no online cache
Diffstat (limited to 'custom')
-rw-r--r--custom/ymir-nginx.nix1
1 files changed, 1 insertions, 0 deletions
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 {
180 180
181 location / { 181 location / {
182 add_header X-NetworkManager-Status online; 182 add_header X-NetworkManager-Status online;
183 add_header Cache-Control "max-age=0, must-revalidate";
183 return 204; 184 return 204;
184 } 185 }
185 } 186 }