nginx服务的启动停止等操作
Posted 韩晓萌的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx服务的启动停止等操作相关的知识,希望对你有一定的参考价值。
1.启动nginx服务程序:
shell# nginx
2.重载nginx配置文件:
shell# nginx -s reload
3.平滑停止nginx进程:
shell# nginx -s quit
4.更替nginx日志文件:
shell# nginx -s reopen
以上是关于nginx服务的启动停止等操作的主要内容,如果未能解决你的问题,请参考以下文章