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 = ''