summaryrefslogtreecommitdiff
path: root/custom/ymir-nginx.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-18 10:29:07 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-18 10:29:07 +0200
commite675036301e928d35856b682a139d8a76a63982a (patch)
tree14cd2dfec74ee1c01b30ba6c321474ee628025fd /custom/ymir-nginx.nix
parentefc0eea38c2af58e50ca78799ba60652e2c1232c (diff)
downloadnixos-e675036301e928d35856b682a139d8a76a63982a.tar
nixos-e675036301e928d35856b682a139d8a76a63982a.tar.gz
nixos-e675036301e928d35856b682a139d8a76a63982a.tar.bz2
nixos-e675036301e928d35856b682a139d8a76a63982a.tar.xz
nixos-e675036301e928d35856b682a139d8a76a63982a.zip
...
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