mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-07-29 01:38:43 -04:00
temp. deactivate location for createRoom (https://github.com/matrix-org/synapse/issues/10716)
This commit is contained in:
parent
c0d490259b
commit
70ce34a9cf
1 changed files with 4 additions and 4 deletions
|
@ -143,10 +143,10 @@ location ~* ^/_matrix/federation/v1/send/ {
|
||||||
|
|
||||||
|
|
||||||
## Client API requests
|
## Client API requests
|
||||||
location ~* ^/_matrix/client/(api/v1|r0|unstable)/createRoom$ {
|
#location ~* ^/_matrix/client/(api/v1|r0|unstable)/createRoom$ {
|
||||||
proxy_pass http://generic_worker_lc;
|
# proxy_pass http://generic_worker_lc;
|
||||||
include include.d/synapse-proxy.conf;
|
# 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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue