📅  最后修改于: 2022-03-11 14:50:11.103000             🧑  作者: Mango
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