From 01b800d43c66394eb81d9cc4d59ec969d2e2d4a2 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 25 Jan 2024 22:14:41 +0100 Subject: [PATCH] increase client_max_body_size --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 7937e6b..47fe976 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,6 +4,8 @@ location __PATH__/ { # Path to source alias __INSTALL_DIR__/; + client_max_body_size 100M; + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }