matrix: expose admin API

This commit is contained in:
Michele Guerini Rocco 2020-11-20 10:35:55 +01:00
parent 12dbc17247
commit 4e35de5594
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -48,8 +48,9 @@ in
return 200 '${builtins.toJSON client}'; 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."/_matrix".proxyPass = "http://localhost:8448";
locations."/_synapse".proxyPass = "http://localhost:8448";
}; };