mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-05-10 19:15:03 -04:00
Update
This commit is contained in:
parent
b638715928
commit
b832e9f16c
2 changed files with 10 additions and 0 deletions
|
@ -79,6 +79,11 @@ location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms$ {
|
||||||
proxy_pass http://generic_worker_lc;
|
proxy_pass http://generic_worker_lc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location ~ ^/_matrix/client/v1/rooms/.*/timestamp_to_event$ {
|
||||||
|
include /config/nginx/include.d/synapse-proxy.conf;
|
||||||
|
proxy_pass http://generic_worker_lc;
|
||||||
|
}
|
||||||
|
|
||||||
location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/search$ {
|
location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/search$ {
|
||||||
include /config/nginx/include.d/synapse-proxy.conf;
|
include /config/nginx/include.d/synapse-proxy.conf;
|
||||||
proxy_pass http://generic_worker_lc;
|
proxy_pass http://generic_worker_lc;
|
||||||
|
|
|
@ -64,6 +64,11 @@ location ~ ^/_matrix/federation/v1/event_auth/ {
|
||||||
proxy_pass http://generic_worker_lc;
|
proxy_pass http://generic_worker_lc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location ~ ^/_matrix/federation/v1/timestamp_to_event/ {
|
||||||
|
include /config/nginx/include.d/synapse-proxy.conf;
|
||||||
|
proxy_pass http://generic_worker_lc;
|
||||||
|
}
|
||||||
|
|
||||||
location ~ ^/_matrix/federation/v1/exchange_third_party_invite/ {
|
location ~ ^/_matrix/federation/v1/exchange_third_party_invite/ {
|
||||||
include /config/nginx/include.d/synapse-proxy.conf;
|
include /config/nginx/include.d/synapse-proxy.conf;
|
||||||
proxy_pass http://generic_worker_lc;
|
proxy_pass http://generic_worker_lc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue