diff --git a/matrix.nix b/matrix.nix index c0cf2c8..6adf83b 100644 --- a/matrix.nix +++ b/matrix.nix @@ -48,8 +48,9 @@ in return 200 '${builtins.toJSON client}'; ''; - # Forward matrix API calls to synapse + # Forward matrix/admin API calls to synapse locations."/_matrix".proxyPass = "http://localhost:8448"; + locations."/_synapse".proxyPass = "http://localhost:8448"; };