mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-07-29 01:38:43 -04:00
update config's
This commit is contained in:
parent
f26fa0b768
commit
39fd18bfc9
7 changed files with 149 additions and 64 deletions
|
@ -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$ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue