update worker endpoints

This commit is contained in:
creme 2023-03-28 15:14:56 +02:00
parent 00a6c905e4
commit 5de75b9f62
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0

View File

@ -99,6 +99,11 @@ location ~ ^/_matrix/federation/v1/timestamp_to_event/ {
proxy_pass http://generic_worker_lc;
}
location ~ ^/_matrix/client/(api/v1|r0|v3|unstable/.*)/rooms/.*/aliases {
include include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;
}
location ~ ^/_matrix/federation/v1/exchange_third_party_invite/ {
include include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;
@ -228,6 +233,11 @@ location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/search$ {
proxy_pass http://generic_worker_lc;
}
location ~ ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) {
include include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;
}
## Encryption requests
location ~ ^/_matrix/client/(r0|v3|unstable)/keys/query$ {
@ -267,6 +277,11 @@ location ~ ^/_matrix/client/(r0|v3|unstable)/register$ {
proxy_pass http://generic_worker_lc;
}
location ~ ^/_matrix/client/(r0|v3|unstable)/register/available$ {
include include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;
}
location ~ ^/_matrix/client/v1/register/m.login.registration_token/validity$ {
include include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;
@ -300,6 +315,11 @@ location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/join/ {
proxy_pass http://generic_worker_lc;
}
location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/knock/ {
include include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;
}
location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/profile/ {
include include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;