退出nginx -s stop 和 -s quit 的区别
-s stop 是强制退出,不管有没有正在处理的请求。
-s quit 是优雅的退出方式,nginx在退出前完成已经接受的连接请求。
-s quit 是优雅的退出方式,nginx在退出前完成已经接受的连接请求。
上一篇:解决python3报错:TypeError: a bytes-like object is required, not 'str'
下一篇:解决spawn-fcgi 报错:child exited with: xxx的方法