feat(matrix): enable sliding-sync #83

Merged
teutat3s merged 4 commits from feat/matrix-synapse-sliding-sync into main 2023-12-16 15:34:29 +00:00
Showing only changes of commit 768d4c78bc - Show all commits

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