Assume you are using LAMP stack to deploy wordpress, you can create or edit php.ini to increase the maximum upload file size. You could find php.ini file by typing find / -iname php.ini, and it should locate at /etc/php/x.x/apache2/php.ini. Then you can edit it using vim or any editor you like. Find the following lines…