update worker endpoints

This commit is contained in:
creme 2023-04-11 16:09:53 +02:00
parent 5de75b9f62
commit b060e5fe83
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 5 additions and 0 deletions

View File

@ -238,6 +238,11 @@ location ~ ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) {
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;
}
## Encryption requests
location ~ ^/_matrix/client/(r0|v3|unstable)/keys/query$ {