From e675036301e928d35856b682a139d8a76a63982a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 18 Jun 2018 10:29:07 +0200 Subject: ... --- custom/ymir-nginx.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'custom/ymir-nginx.nix') 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 { location / { add_header X-NetworkManager-Status online; - default_type text/plain; - return 200 "NetworkManager is online"; + return 204; } } -- cgit v1.2.3