nginx常用命令
Posted lonecloud
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx常用命令相关的知识,希望对你有一定的参考价值。
1.测试配置文件(检查配置文件)
nginx -t
2. 启动命令
nginx
3.关闭命令
nginx -s quit
或者
nginx -s stop
4.重启命令
nginx -s reload
4.nginx平滑重启
1)查询nginx pid
ps -ef |grep nginx
2.将nginx的master进程pid记下
kill -HUP 28262
以上是关于nginx常用命令的主要内容,如果未能解决你的问题,请参考以下文章
Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段