mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2024-10-01 07:35:35 -04:00
update worker endpoints
This commit is contained in:
parent
b060e5fe83
commit
608c5ec82d
@ -238,7 +238,12 @@ location ~ ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) {
|
||||
proxy_pass http://generic_worker_lc;
|
||||
}
|
||||
|
||||
location ~ ^/_matrix/client/(r0|v3|unstable)/password_policy$ {
|
||||
location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/directory/room/.*$ {
|
||||
include include.d/synapse-proxy.conf;
|
||||
proxy_pass http://generic_worker_lc;
|
||||
}
|
||||
|
||||
location ~ ^/_matrix/client/(r0|v3|unstable)/capabilities$ {
|
||||
include include.d/synapse-proxy.conf;
|
||||
proxy_pass http://generic_worker_lc;
|
||||
}
|
||||
@ -292,6 +297,11 @@ location ~ ^/_matrix/client/v1/register/m.login.registration_token/validity$ {
|
||||
proxy_pass http://generic_worker_lc;
|
||||
}
|
||||
|
||||
location ~ ^/_matrix/client/(r0|v3|unstable)/password_policy$ {
|
||||
include include.d/synapse-proxy.conf;
|
||||
proxy_pass http://generic_worker_lc;
|
||||
}
|
||||
|
||||
|
||||
# STREAM WRITERS
|
||||
## Event sending requests
|
||||
|
Loading…
Reference in New Issue
Block a user