[Resolved] Again the max upload size above 2MB

In the “/etc/nginx/sites-available/owncloud.conf”
in the server configuration :
server {

client_max_body_size 16G;

}

1 Like