check nginx start successfully 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: nginx syntax check
$ [sudo] nginx -t