mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2024-10-01 07:35:35 -04:00
Update 'etc/nginx/include.d/generic_worker.conf'
update Client API requests location
This commit is contained in:
parent
1b6b83beb5
commit
38ba05ec3c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user