From 2f5731ab9e797f7b52961516a747a7fc3ac9378f 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; }