- I installed VMware Workstation Pro and deployed Ubuntu on it
- Opened Ubuntu terminal and ran commands to install NGINX
sudo apt update
sudo apt install nginx
sudo ufw app list
sudo ufw allow ‘Nginx HTTP’
sudo ufw status
systemctl status nginx
- Set up Server Blocks to host my webpage