From 5bbd9eccbb1138fb0cc4e037cf8da77cfb6bc429 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 23 Apr 2022 16:58:24 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 54fc79b..b569507 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,7 +17,8 @@ location / { proxy_cache_lock on; proxy_cache_use_stale updating; more_set_headers "X-Cache: $upstream_cache_status"; - + + client_max_body_size __CLIENT_MAX_BODY_SIZE__; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }