Update 'etc/nginx/include.d/generic_worker.conf'

update  Client API requests location
This commit is contained in:
creme 2021-08-24 16:50:14 +00:00
parent 1b6b83beb5
commit 38ba05ec3c

View File

@ -143,6 +143,11 @@ location ~* ^/_matrix/federation/v1/send/ {
## Client API requests
location ~* ^/_matrix/client/(api/v1|r0|unstable)/createRoom$ {
proxy_pass http://generic_worker_lc;
include include.d/synapse-proxy.conf;
}
location ~* ^/_matrix/client/(api/v1|r0|unstable)/publicRooms$ {
proxy_pass http://generic_worker_lc;
include include.d/synapse-proxy.conf;