Increase Upload Size for PHP in NGINX

The default upload size for PHP is 2M and NGINX also has a default of 1M. This needs to be increased for it to be useful for typical web applications. You can increase the PHP file upload size limits by editing the following in php.ini: upload_max_filesize = 100M...