Nginx 如何实现后端服务的健康检查?
方式一
,利用 nginx 自带模块 ngx_http_proxy_module 和 ngx_http_upstream_module 对后端节点做健康检查。
方式二(推荐)
,利用 nginx_upstream_check_module 模块对后端节点做健康检查。
方式一
,利用 nginx 自带模块 ngx_http_proxy_module 和 ngx_http_upstream_module 对后端节点做健康检查。
方式二(推荐)
,利用 nginx_upstream_check_module 模块对后端节点做健康检查。