Alterar tamanho Apache
cd /etc/php/7.x/apache2
sudo nano php.ini
Find and set the following two values:
post_max_size = 100M
upload_max_filesize = 100M
sudo service apache2 restart
OR
systemctl restart apache2.service
calyCoder