mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-01-11 10:29:25 -05:00
temp. deactivate location for createRoom (https://github.com/matrix-org/synapse/issues/10716)
This commit is contained in:
parent
c0d490259b
commit
70ce34a9cf
@ -143,10 +143,10 @@ 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)/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;
|
||||
|
Loading…
Reference in New Issue
Block a user