本项目收集自:
zhouchangxun/ngx_healthcheck_module
与
nginx-sticky-module-ng
并参考:
yaoweibin/nginx_upstream_check_module
对其进行源码修改,同步最新版本nginx,制作patch。
cd nginx-release-1.23.x
patch -p2 < ${ngx_healthcheck_module_path}/nginx_healthcheck_for_nginx_1.23+.patch
auto/configure --add-module=${ngx_healthcheck_module_path} --add-module=${ngx_sticky_module_path}