diff --git a/conf/nginx.conf b/conf/nginx.conf index 8328b41..50e50e6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -22,6 +22,9 @@ location ~ [^/]\.php(/|$) { } # PHP configuration end + # Increase size limit + client_max_body_size 2M; + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } \ No newline at end of file