php.ini
upload_max_filesize = 500m ;
post_max_size = 500m ;
memory_limit = 500m;
nginx.conf
client_max_body_size 500M;