summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }