nginx cookbook
check the config file:
1
2
3
$ sudo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
restart the server
1
$ sudo systemctl restart nginx
This post is licensed under CC BY 4.0 by the author.