📌  相关文章
📜  增加上传大小 apache - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:38.901000             🧑  作者: Mango

代码示例1
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