启动 nginx
强制关闭 nginx -s stop
正常关闭 nginx -s quit
使用另一个配置文件 nginx -c conf/web01.conf
重新加载配置文件启动的情况 nginx -s reload