mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-07-31 02:38:38 -04:00
update generic worker locations
This commit is contained in:
parent
39fd18bfc9
commit
a122269cbe
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue