This commit is contained in:
deathrow 2022-11-29 22:41:56 -05:00
parent b638715928
commit b832e9f16c
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
2 changed files with 10 additions and 0 deletions

View File

@ -79,6 +79,11 @@ location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms$ {
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$ {
include /config/nginx/include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;

View File

@ -64,6 +64,11 @@ location ~ ^/_matrix/federation/v1/event_auth/ {
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/ {
include /config/nginx/include.d/synapse-proxy.conf;
proxy_pass http://generic_worker_lc;