From a122269cbeb2bfe8cf651da8c3b2a28e4fb4b8a7 Mon Sep 17 00:00:00 2001 From: creme Date: Tue, 25 Oct 2022 17:55:01 +0200 Subject: [PATCH] update generic worker locations --- etc/nginx/include.d/generic_worker.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/nginx/include.d/generic_worker.conf b/etc/nginx/include.d/generic_worker.conf index 19ea843..fb15465 100644 --- a/etc/nginx/include.d/generic_worker.conf +++ b/etc/nginx/include.d/generic_worker.conf @@ -158,6 +158,16 @@ location ~ ^/_matrix/client/v1/rooms/.*/hierarchy$ { proxy_pass http://generic_worker_lc; } +location ~ ^/_matrix/client/(v1|unstable)/rooms/.*/relations/ { + include include.d/synapse-proxy.conf; + proxy_pass http://generic_worker_lc; +} + +location ~ ^/_matrix/client/v1/rooms/.*/threads$ { + include include.d/synapse-proxy.conf; + proxy_pass http://generic_worker_lc; +} + location ~ ^/_matrix/client/unstable/org.matrix.msc2716/rooms/.*/batch_send$ { include include.d/synapse-proxy.conf; proxy_pass http://generic_worker_lc;