How to Install and Run NGINX Web Server on Ubuntu (For Beginners)
How to Install and Run NGINX Web Server on Ubuntu (For Beginners)
Hi everyone, in this video we will be going throgh how to install a NGINX web server on Ubuntu and serve a simple hello world HTML file .
commands:
sudo apt update
sudo apt install nginx
sudo ufw app list
sudo ufw allow ‘Nginx HTTP’
sudo ufw status
systemctl status nginx
systemctl start nginx
systemctl stop nginx
#nginx #ubuntu #nginxwebserver
by Arfan Mohammad
linux web server