update worker endpoints

This commit is contained in:
creme 2023-04-28 16:49:27 +02:00
parent b060e5fe83
commit 608c5ec82d
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0

View File

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