Answers for "how to check nginx status in ubuntu"

12

how to start nginx in linux

sudo systemctl restart nginx
Posted by: Guest on June-01-2020
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

Browse Popular Code Answers by Language