启动
start nginx
nginx 控制台会卡住
停止
nginx -s stop 快速停止
nginx -s quit 正常停止
重新加载配置
nginx -s reload
验证配置是否正确
nginx -t
查看nginx版本
nginx -v
nginx -V 显示的比较详细