Developer

How to Setup Nginx, PHP, MySQL, WordPress on new Ubuntu 22.04 AWS instance

1. Connect to the Linux instance using SSH or the console terminal on Lightsail. Under Networking, under IPv4 Firewall, click ‘add rule’, under the Applications dropdown menu, choose HTTPS. This will open port 443 for secured connection. 2. Setup Nginx 3. Create a config file called fady.conf in /etc/nginx/conf.d then, paste the following server block […]

Read More
Back To Top