diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:29:07 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:29:07 +0200 |
| commit | e675036301e928d35856b682a139d8a76a63982a (patch) | |
| tree | 14cd2dfec74ee1c01b30ba6c321474ee628025fd | |
| parent | efc0eea38c2af58e50ca78799ba60652e2c1232c (diff) | |
| download | nixos-e675036301e928d35856b682a139d8a76a63982a.tar nixos-e675036301e928d35856b682a139d8a76a63982a.tar.gz nixos-e675036301e928d35856b682a139d8a76a63982a.tar.bz2 nixos-e675036301e928d35856b682a139d8a76a63982a.tar.xz nixos-e675036301e928d35856b682a139d8a76a63982a.zip | |
...
| -rw-r--r-- | custom/ymir-nginx.nix | 3 |
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 | ||
