SETTING UP NGINX SERVER ON UBUNTU

setting-up-nginx-server-on-ubuntu
  • I installed VMware Workstation Pro and deployed Ubuntu on it

Image description

  • 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

Image description

  • Set up Server Blocks to host my webpage
Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
tijuana-vs.-cruz-azul:-an-intense-battle-in-liga-mx

Tijuana vs. Cruz Azul: An Intense Battle in Liga MX

Next Post
devops-pipeline-design

DevOps Pipeline Design

Related Posts