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; }