Hello @dutyfree
Please try running either 'nano -w /etc/nginx/nginx.conf' or 'nano -w /usr/local/nginx/conf/nginx.conf'. Then, find 'client_max_body_size' and modify or add the line 'client_max_body_size 8000M;' to the file. Afterward, run 'service nginx reload'. Next, run 'nano -w /etc/php.ini' and change 'upload_max_filesize = 8000M' and 'post_max_size = 8000M'. Good luck!