nginx_upstream_check_module:(未维护)该模块可以在纯nginx-1.4.7和nginx-1.6.2中用于检查上游服务器,应用了几个补丁

时间:2024-08-01 20:05:18
【文件属性】:

文件名称:nginx_upstream_check_module:(未维护)该模块可以在纯nginx-1.4.7和nginx-1.6.2中用于检查上游服务器,应用了几个补丁

文件大小:26KB

文件格式:ZIP

更新时间:2024-08-01 20:05:18

c nginx healthcheck upstream upstream-server

介绍 该模块可以在纯 nginx-1.4.7 中用于检查上游服务器,并应用了几个补丁。 该模块的主要目的是为上游服务器添加主动健康检查。 核心源文件来自阿里巴巴开发维护的Tengine。 有关更多详细信息,请查看。 概要 http { upstream cluster1 { # simple round-robin server 192.168.0.1:80; server 192.168.0.2:80; check interval=3000 rise=2 fall=5 timeout=1000 type=http; check_http_send "HEAD / HTTP/1.0\r\n\r\n"; check_http_expect_alive http_2xx http_3x


【文件预览】:
nginx_upstream_check_module-master
----nginx-1.6.2.patch(7KB)
----ngx_http_upstream_check_module.c(109KB)
----config(266B)
----LICENSE(1KB)
----README.md(2KB)
----nginx-1.4.7.patch(7KB)
----.gitignore(178B)
----nginx_upstream_fair.patch(3KB)
----nginx_upstream_hash.patch(3KB)

网友评论