From 6c892eb5b6896a127404ad63f611aebe925de16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 8 Jul 2022 20:11:59 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) 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/