nginx常用命令
Posted 微风星语
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx常用命令相关的知识,希望对你有一定的参考价值。
系统centos6.8
1、nginx 服务的信号控制
nginx在运行的时候,会保持一个主进程和一个或多个worker process工作进程。 给主进程发信号,就能控制启停。
获取到nginx的主进程pid。
方式一:nginx启动后,默认在nginx安装目录下logs 生成nginx.pid的文件。
# cat nginx.pid
方式二:通过linux 查看进程工具ps
ps -ef | grep nginx
2、查看版本
# ./nginx -v
3、检查语法
./nginx -t
以上是关于nginx常用命令的主要内容,如果未能解决你的问题,请参考以下文章
Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段