mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-02-18 22:14:09 -05:00
update generic worker locations
This commit is contained in:
parent
39fd18bfc9
commit
a122269cbe
@ -158,6 +158,16 @@ location ~ ^/_matrix/client/v1/rooms/.*/hierarchy$ {
|
|||||||
proxy_pass http://generic_worker_lc;
|
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$ {
|
location ~ ^/_matrix/client/unstable/org.matrix.msc2716/rooms/.*/batch_send$ {
|
||||||
include include.d/synapse-proxy.conf;
|
include include.d/synapse-proxy.conf;
|
||||||
proxy_pass http://generic_worker_lc;
|
proxy_pass http://generic_worker_lc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user