From d7e2946b3774ccf8745bb7f81fe88e31b0aa6234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 11 Feb 2019 14:43:53 +0100 Subject: [PATCH] Fix max body size --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index dbf86fd..9ee8171 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,6 +12,8 @@ location ^~ __PATH__/ { proxy_set_header x-webobjects-server-name $server_name; proxy_set_header x-webobjects-server-url $scheme://$host; include conf.d/yunohost_panel.conf.inc; + + client_max_body_size 100M; } location __PATH__.woa/WebServerResources/ {