mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-07-30 18:28:35 -04:00
update worker endpoints
This commit is contained in:
parent
5de75b9f62
commit
b060e5fe83
1 changed files with 5 additions and 0 deletions
|
@ -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$ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue