最简单的启动:
1. 来到 nginx目录(一般在/usr/local/nginx) 启动命令 ./sbin/nginx
关闭:
2.nginx -s reload 重启
3.nginx -s quit 完成当前工作后才停止
4.nginx -s stop 立刻停止
最简单的启动:
1. 来到 nginx目录(一般在/usr/local/nginx) 启动命令 ./sbin/nginx
关闭:
2.nginx -s reload 重启
3.nginx -s quit 完成当前工作后才停止
4.nginx -s stop 立刻停止