SyntaxFix
Write A Post
Hire A Developer
Questions
First Navigate the Path of php.ini
sudo vi /etc/php/7.2/fpm/php.ini
then, next change
upload_max_filesize = 999M post_max_size = 999M
then ESC-->:wq
ESC-->:wq
Now Lastly Paste this command,
sudo systemctl restart php7.2-fpm.service
you are done.