From 3ad42b6b6d730d404555e5b226eff55e03a88807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 17 Jul 2022 16:15:01 +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 9c13f87..3f7fcfa 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,6 +7,8 @@ location __PATH__/ { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; + client_max_body_size 200M; + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }