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;