Categories
Servers

Changing PHP Upload limit on my Binary Lane VPS

php.ini is at /etc/php/7.3/fpm/php.ini

Change max_upload and post_max sizes (not their exact name, do a search for current value).

Restart PHP with this command:

service php7.3-fpm restart