just route through the synapse backends
This commit is contained in:
parent
c7f34ff60b
commit
976c8710ba
|
@ -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;
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue