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:
@@ -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;
|
||||||
'';
|
'';
|
||||||
|
Reference in New Issue
Block a user