diff --git a/etc/nginx/include.d/generic_worker.conf b/etc/nginx/include.d/generic_worker.conf index 58c27cb..6a25e75 100644 --- a/etc/nginx/include.d/generic_worker.conf +++ b/etc/nginx/include.d/generic_worker.conf @@ -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;