Reload Nginx configuration
Display the Nginx version and configuration options
Show which ports Nginx is listening on
Test the Nginx configuration for syntax errors
sudo nginx -t
Checks the Nginx configuration for syntax errors and potential issues.
Test configuration syntax
Test Apache configuration syntax
Start Nginx web server
Stop Nginx web server