how to check nginx status code example
Example 1: nginx syntax check
$ sudo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Example 2: check nginx status
sudo service nginx status
Example 3: nginx syntax check
$ [sudo] nginx -t