Nginx - How to use
Commands
For Installing:
sudo apt update
sudo apt upgrade
sudo apt install nginx
For starting:
sudo systemctl start nginx
sudo systemctl enable nginx
For checking the status:
sudo systemctl status nginx
For reloading anytime, any config file h...
sohailblogs.hashnode.dev9 min read