Add this command in nginx to be able to do uploads in tmp folder, avoing error: ``` [crit] 14#14: *82 open() "/var/lib/nginx/tmp/client_body/0000000003" failed (13: Permission denied) ``` Command: `chown www-data:www-data -R /var/lib/nginx`