summaryrefslogtreecommitdiff
path: root/custom/ymir-nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/ymir-nginx.nix')
-rw-r--r--custom/ymir-nginx.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix
index 02addbbe..6993d27f 100644
--- a/custom/ymir-nginx.nix
+++ b/custom/ymir-nginx.nix
@@ -129,9 +129,8 @@ in {
129 129
130 location / { 130 location / {
131 add_header X-NetworkManager-Status online; 131 add_header X-NetworkManager-Status online;
132 default_type text/plain;
133 132
134 return 200 "NetworkManager is online"; 133 return 204;
135 } 134 }
136 } 135 }
137 136