Start Nginx web server
Restart Nginx web server
Reload Nginx configuration
Stop Nginx web server
sudo systemctl stop nginx
Stops the Nginx service using systemd.
Stop Nginx (systemd)
Stop Nginx (SysV)
sudo service nginx stop
Check Nginx service status
Stop Apache web server
Test the Nginx configuration for syntax errors