fix: use nginx locations recommended by upstream

https://github.com/matrix-org/sliding-sync#same-hostname
This commit is contained in:
teutat3s 2023-12-16 14:48:08 +01:00
parent a56f8d2a00
commit 768d4c78bc
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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;
};