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"; };