From 288b50d9936385df83f74585e4c8d5b471d80efe Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Thu, 4 Dec 2025 23:27:30 +0100 Subject: [PATCH] remove /health --- services/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/nginx.nix b/services/nginx.nix index 24c02a3..acaff25 100644 --- a/services/nginx.nix +++ b/services/nginx.nix @@ -27,7 +27,7 @@ in enableACME = true; locations = { "/".return = "418 \"I'm a Teapot!\""; - "~ ^(/_matrix|/_synapse/client|/health)" = { + "~ ^(/_matrix|/_synapse/client)" = { recommendedProxySettings = true; proxyPass = "http://[::1]:8008"; extraConfig = ''