update generic worker locations

This commit is contained in:
creme 2022-10-25 17:55:01 +02:00
parent 39fd18bfc9
commit a122269cbe
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0

View File

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