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
5de75b9f62
commit
b060e5fe83
@ -238,6 +238,11 @@ 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$ {
|
||||||
|
include include.d/synapse-proxy.conf;
|
||||||
|
proxy_pass http://generic_worker_lc;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
## Encryption requests
|
## Encryption requests
|
||||||
location ~ ^/_matrix/client/(r0|v3|unstable)/keys/query$ {
|
location ~ ^/_matrix/client/(r0|v3|unstable)/keys/query$ {
|
||||||
|
Loading…
Reference in New Issue
Block a user