mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-06-06 22:58:53 -04:00
update worker endpoints
This commit is contained in:
parent
b060e5fe83
commit
608c5ec82d
1 changed files with 11 additions and 1 deletions
|
@ -238,7 +238,12 @@ location ~ ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) {
|
||||||
proxy_pass http://generic_worker_lc;
|
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;
|
include include.d/synapse-proxy.conf;
|
||||||
proxy_pass http://generic_worker_lc;
|
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;
|
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
|
# STREAM WRITERS
|
||||||
## Event sending requests
|
## Event sending requests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue