Nginx

Nginx: Essential Commands

Frequently used commands Install Nginx sudo apt-get install nginx Copy Start And Stop Nginx server Start sudo systemctl start nginx Copy Stop sudo systemctl stop nginx Copy Current Status sudo systemctl status nginx Copy Restart And Reload Restart sudo systemctl restart nginx Copy Reload sudo systemctl reload nginx Copy Enable Or Disable Enable(Start Automatically) sudo systemctl […]