diff --git a/conf/nginx.conf b/conf/nginx.conf index 2d5aaa2..7d01556 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__; + # Change to upload limit + client_max_body_size 80m; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }