From 2abd6237f56435f4c0f93640a3b9554f1e6dd3dd Mon Sep 17 00:00:00 2001 From: Alexander Sieg Date: Tue, 27 Aug 2024 17:17:33 +0200 Subject: [PATCH] synapse: expose admin api --- hosts/carrot/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/carrot/matrix.nix b/hosts/carrot/matrix.nix index 365c8ac..54b7f02 100644 --- a/hosts/carrot/matrix.nix +++ b/hosts/carrot/matrix.nix @@ -51,7 +51,7 @@ in return 404; ''; locations."/_matrix".proxyPass = "http://[::1]:8008"; - locations."/_synapse/client".proxyPass = "http://[::1]:8008"; + locations."/_synapse".proxyPass = "http://[::1]:8008"; }; virtualHosts."${turnRealm}" = { enableACME = true;