diff --git a/hosts/picard/xynospace-matrix.nix b/hosts/picard/xynospace-matrix.nix index de65fc3a..c6a77e4a 100644 --- a/hosts/picard/xynospace-matrix.nix +++ b/hosts/picard/xynospace-matrix.nix @@ -139,7 +139,10 @@ in locations."/notifications" = { proxyPass = "http://${localAddress}:8008"; # without a trailing / }; - locations."/synapse" = { + locations."/_synapse/client" = { + proxyPass = "http://${localAddress}:8008"; # without a trailing / + }; + locations."/health" = { proxyPass = "http://${localAddress}:8008"; # without a trailing / }; };