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…
[Refer To] https://ubuntu.com/tutorials/install-and-configure-wordpress#1-overview This tutorial assume you own domain name is example.com, and want to access WordPress via port other then 80/443. Install Dependencies Install WordPress Configure Apache for WordPress Create Apache site for WordPress. Create /etc/apache2/sites-available/wordpress.conf with following lines: NOTE: You probably need DNS-01 challenge to request a certificate from Let’s Encrypt. Enable the site with:…