Enviar arquivos grandes NGINX e PHP 20 de maio de 2022 PHP Tutoriais Altere o PHP.INI upload_max_filesize = 20M post_max_size = 20M E depois edit o nginx.conf http { client_max_body_size 20M; } service php7-fpm reload service nginx reload