📜  apache2 文件大小 - Shell-Bash 代码示例

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