Reload Nginx configuration
Test the Nginx configuration for syntax errors
Show which ports Nginx is listening on
Display the Nginx version and configuration options
nginx -v
Displays the installed version of Nginx.
Show version only
Show version with configure arguments
nginx -V
Start Nginx web server
Stop Nginx web server
Restart Nginx web server