From bb89270e5ed1c2b52f4462da29e91c6f6e78650a Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 18 Mar 2024 11:46:47 +0800 Subject: [PATCH] fix(eientei): proxy matrix health endpoint --- spec/eientei/matrix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/eientei/matrix.nix b/spec/eientei/matrix.nix index 8b884e5f..1af2d400 100644 --- a/spec/eientei/matrix.nix +++ b/spec/eientei/matrix.nix @@ -40,6 +40,7 @@ in { locations."/".extraConfig = '' return 404; ''; + locations."/health".proxyPass = "http://127.0.0.1:8008"; locations."/_matrix".proxyPass = "http://127.0.0.1:8008"; locations."/_synapse/client".proxyPass = "http://127.0.0.1:8008"; };