diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:28:17 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:28:17 +0200 |
| commit | efc0eea38c2af58e50ca78799ba60652e2c1232c (patch) | |
| tree | 64a97d3e9d39b7021110c1961d2879202f30d803 /custom | |
| parent | ee9e19b8de97b97265e872754bf7d65ca90ddae5 (diff) | |
| download | nixos-efc0eea38c2af58e50ca78799ba60652e2c1232c.tar nixos-efc0eea38c2af58e50ca78799ba60652e2c1232c.tar.gz nixos-efc0eea38c2af58e50ca78799ba60652e2c1232c.tar.bz2 nixos-efc0eea38c2af58e50ca78799ba60652e2c1232c.tar.xz nixos-efc0eea38c2af58e50ca78799ba60652e2c1232c.zip | |
...
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/ymir-nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index e08c690c..02addbbe 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
| @@ -129,7 +129,7 @@ in { | |||
| 129 | 129 | ||
| 130 | location / { | 130 | location / { |
| 131 | add_header X-NetworkManager-Status online; | 131 | add_header X-NetworkManager-Status online; |
| 132 | add_header Content-Type text/plain; | 132 | default_type text/plain; |
| 133 | 133 | ||
| 134 | return 200 "NetworkManager is online"; | 134 | return 200 "NetworkManager is online"; |
| 135 | } | 135 | } |
