fix: use nginx locations recommended by upstream
https://github.com/matrix-org/sliding-sync#same-hostname
This commit is contained in:
parent
a56f8d2a00
commit
768d4c78bc
|
@ -99,7 +99,7 @@ in
|
|||
};
|
||||
|
||||
# sliding-sync
|
||||
"/sliding-sync" = {
|
||||
"~ ^/(client/|_matrix/client/unstable/org.matrix.msc3575/sync)" = {
|
||||
proxyPass = "http://127.0.0.1:8011";
|
||||
extraConfig = commonHeaders;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue