1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-09-10 04:53:48 +02:00

just route through the synapse backends

This commit is contained in:
2022-12-14 08:38:01 +01:00
parent c7f34ff60b
commit 976c8710ba

View File

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