Change back the backend conduit thing for sliding sync
This commit is contained in:
parent
0569586929
commit
373a62c786
|
@ -127,7 +127,7 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
locations."/_matrix/client/unstable/org.matrix.msc3575/sync" = {
|
locations."/_matrix/client/unstable/org.matrix.msc3575/sync" = {
|
||||||
proxyPass = "http://matrix.gladtherescake.eu/client/unstable/org.matrix.msc3575/sync";
|
proxyPass = "http://backend_conduit/client/unstable/org.matrix.msc3575/sync";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
recommendedProxySettings = false;
|
recommendedProxySettings = false;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue