summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-18 10:28:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-18 10:28:17 +0200
commitefc0eea38c2af58e50ca78799ba60652e2c1232c (patch)
tree64a97d3e9d39b7021110c1961d2879202f30d803
parentee9e19b8de97b97265e872754bf7d65ca90ddae5 (diff)
downloadnixos-efc0eea38c2af58e50ca78799ba60652e2c1232c.tar
nixos-efc0eea38c2af58e50ca78799ba60652e2c1232c.tar.gz
nixos-efc0eea38c2af58e50ca78799ba60652e2c1232c.tar.bz2
nixos-efc0eea38c2af58e50ca78799ba60652e2c1232c.tar.xz
nixos-efc0eea38c2af58e50ca78799ba60652e2c1232c.zip
...
-rw-r--r--custom/ymir-nginx.nix2
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 }