yum install nginx
启动
cd /usr/sbin/
./nginx
----------------------------------
命令参数
nginx -t 测试配置是否正确
nginx -s reload 加载最新配置
nginx -s stop 立即停止
nginx -s quit 优雅停止
nginx -s reopen 重新打开日志
标签:quit,nginx,启动,reopen,停止,usr,安装
来源: https://www.cnblogs.com/angdh/p/11192358.html