本文主要是介绍nginx -s stop and -s quit 有什么区别?,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Quit is a graceful shutdown. Nginx finishes serving the open connections before shutdown
Quit 是一个优雅的关闭方式,Nginx在退出前完成已经接受的连接请求。
Stop is a quick shutdown where is terminates in between serving the connection
Stop 是快速关闭,不管有没有正在处理的请求。
参考:http://wiki.nginx.org/CommandLine
相关阅读:
localtunnel 原理及与 nginx 的区别对比分析
MacOS 下 Nginx 安装记录
使用nginx的rewrite实现代理指定目录命令方法
这篇关于nginx -s stop and -s quit 有什么区别?的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!