From e18457b25ea06f94ed366942157182afffc3df89 Mon Sep 17 00:00:00 2001 From: emy Date: Sun, 13 Mar 2022 05:19:51 +0100 Subject: [PATCH] setting up the max body size --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3fd2d08..e1331a0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,6 +9,8 @@ location __PATH__/ { proxy_pass http://localhost:__PORT__; proxy_set_header Host $host; + client_max_body_size 50M; + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }