Test the Nginx configuration for syntax errors
Start Nginx web server
Stop Nginx web server
Reload Nginx configuration
sudo systemctl reload nginx
Reloads the Nginx configuration without dropping connections.
Reload Nginx (systemd)
Reload Nginx using CLI
sudo nginx -s reload
Restart Nginx web server
Check Nginx service status
Reload Apache configuration