Changing the upload limit
Jump to navigation
Jump to search
php
Upload limit is configured in the php.ini config file.
To find it:
$ php --ini
To edit it:
$ sudo nano /etc/php/7.4/cli/php.ini
And the search for:
upload_max_filesizepost_max_size
Then restart php:
$ sudo service php7.4-fpm restart