Make file sizes larger in PHP and Nginx and other PHP defaults.

# set max upload size
        client_max_body_size 1G;
Resource Limits
memory_limit = 512M
 
Data Handling
 
post_max_size = 1024M
 
File Uploads
 
upload_max_filesize = 1024M
 
Date
 
date.timezone = Europe/London