mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-09-22 19:04:33 -04:00
Update 'etc/nginx/include.d/generic_worker.conf'
update Client API requests location
This commit is contained in:
parent
1b6b83beb5
commit
38ba05ec3c
1 changed files with 5 additions and 0 deletions
|
@ -143,6 +143,11 @@ location ~* ^/_matrix/federation/v1/send/ {
|
||||||
|
|
||||||
|
|
||||||
## Client API requests
|
## 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$ {
|
location ~* ^/_matrix/client/(api/v1|r0|unstable)/publicRooms$ {
|
||||||
proxy_pass http://generic_worker_lc;
|
proxy_pass http://generic_worker_lc;
|
||||||
include include.d/synapse-proxy.conf;
|
include include.d/synapse-proxy.conf;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue