启动 nginx
强制关闭 nginx -s stop
正常关闭 nginx -s quit
使用另一个配置文件 nginx -c conf/web01.conf
重新加载配置文件启动的情况 nginx -s reload
Nginx启动、关闭命令
原文:https://www.cnblogs.com/myc-xiaochaochao/p/13751238.html