From eb65b3f6a8fd1b10aadfb0c90eebfd683383abaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 6 Jul 2024 10:52:13 +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 0217f01..98e239c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,6 +17,8 @@ location __PATH__/ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; + client_max_body_size 50M; + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }