From efc0eea38c2af58e50ca78799ba60652e2c1232c Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Mon, 18 Jun 2018 10:28:17 +0200
Subject: ...

---
 custom/ymir-nginx.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
 
         location / {
           add_header X-NetworkManager-Status online;
-          add_header Content-Type text/plain;
+          default_type text/plain;
 
           return 200 "NetworkManager is online";
         }
-- 
cgit v1.2.3