Skip to content

Commit

Permalink
synapse: expose admin api
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Aug 27, 2024
1 parent fab53f3 commit 2abd623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/carrot/matrix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2abd623

Please sign in to comment.