Upload errors
PHP Warning: POST Content-Length of [] bytes exceeds the limit of [] bytes
php.ini
upload_max_filesize = 100M post_max_size = 100M
413 Request Entity Too Large
nginx.conf
client_max_body_size 100m;
php.ini
upload_max_filesize = 100M post_max_size = 100M
nginx.conf
client_max_body_size 100m;