icarus-gg / linux-LEMP-ubuntu-22

quick setup for a linux vm running php 7.4, nginx, mysql and wordpress
MIT License
0 stars 1 forks source link

Adjust max file upload for php to 100M #7

Open DesignuDev opened 4 months ago

DesignuDev commented 4 months ago

cd /etc/php/7.4/fpm

sudo vi php.ini

Search for upload_max_filesize and set to 100M

Save and close

sudo service php7.4-fpm restart