summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }