Let's see if this makes sliding sync work
This commit is contained in:
parent
f3971937d7
commit
6bd990c51b
|
@ -123,7 +123,7 @@ in {
|
|||
add_header Access-Control-Allow-Origin "*";
|
||||
'';
|
||||
};
|
||||
locations."/_matrix/client/unstable/org.matrix.msc3575/sync" = {
|
||||
locations."~ ^(/_matrix/client/unstable/org.matrix.msc3575/sync)" = {
|
||||
proxyPass = "http://backend_conduit/client/unstable/org.matrix.msc3575/sync";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue