Answers for "nginx test config"

3

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
Posted by: Guest on October-23-2020
3

config test nginx

$ sudo nginx -t

nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Posted by: Guest on February-02-2021
1

test nginx config mac

$ sudo nginx -t              
nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful
Posted by: Guest on August-02-2021
0

nginx syntax check

$ [sudo] nginx -t
Posted by: Guest on October-23-2020
1

config test nginx

$ sudo nginx -T
Posted by: Guest on February-02-2021

Browse Popular Code Answers by Language