Edit the file php.ini (or PHP FPM if on Forge):
memory_limit = 512M
post_max_size = 20M
upload_max_filesize = 20M
Edit the nginx.config:
client_max_body_size 20M;
Restart nginx and PHP.
Edit the file php.ini (or PHP FPM if on Forge):
memory_limit = 512M
post_max_size = 20M
upload_max_filesize = 20M
Edit the nginx.config:
client_max_body_size 20M;
Restart nginx and PHP.