Nginx 常用命令:
- 启动服务器
$ nginx
- 直接停止服务器
$ nginx -s stop
- 等所有请求结束之后,停止服务器
$ nginx -s quit
- 重新加载配置文件,不停止服务器
$ nginx -s reload
- 重新加载日志文件,不停止服务器
$ nginx -s reopen
- 检测配置文件是否有错误
$ nginx -t
- 版本
$ nginx -v
Nginx 常用命令:
$ nginx
$ nginx -s stop
$ nginx -s quit
$ nginx -s reload
$ nginx -s reopen
$ nginx -t
$ nginx -v