update config's

This commit is contained in:
creme 2022-09-13 14:01:03 +02:00
parent f26fa0b768
commit 39fd18bfc9
No known key found for this signature in database
GPG key ID: C147C3B7FBDF08D0
7 changed files with 149 additions and 64 deletions

View file

@ -230,6 +230,12 @@ location ~ ^/_matrix/client/(r0|v3|unstable)/room_keys/ {
proxy_pass http://generic_worker_lc;
}
# Note that ^/_matrix/client/(r0|v3|unstable)/keys/upload/ requires `worker_main_http_uri`
location ~ ^/_matrix/client/(r0|v3|unstable)/keys/upload/ {
include include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;
}
## Registration/login requests
location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/login$ {