just route through the synapse backends

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-14 08:38:01 +01:00
parent c7f34ff60b
commit 976c8710ba
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ in
'';
};
locations."~ ^/_matrix/client/(r0|v3)/sync$" = {
proxyPass = "http://$synapse_unknown_sync";
proxyPass = "http://$synapse_backend";
extraConfig = ''
proxy_read_timeout 1h;
'';