diff --git a/conf/nginx.conf b/conf/nginx.conf index 8649aa8..a69ee9e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,6 +12,8 @@ location ^~ __PATH__/ { proxy_http_version 1.1; proxy_set_header Connection "upgrade"; proxy_set_header Upgrade $http_upgrade; + + client_max_body_size 200M; } #https://geekgonecrazy.com/2022/05/30/rocketchat-and-the-matrix-protocol/