comparison xml/en/docs/http/ngx_http_upstream_hc_module.xml @ 1950:ef22a80a2696

Described the "checking" state in "health_check mandatory"
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 30 Mar 2017 21:26:44 +0300
parents 8f9c685dfabd
children d5e576eb7677
comparison
equal deleted inserted replaced
1949:8f9c685dfabd 1950:ef22a80a2696
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_upstream_hc_module" 9 <module name="Module ngx_http_upstream_hc_module"
10 link="/en/docs/http/ngx_http_upstream_hc_module.html" 10 link="/en/docs/http/ngx_http_upstream_hc_module.html"
11 lang="en" 11 lang="en"
12 rev="3"> 12 rev="4">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_upstream_hc_module</literal> module 17 The <literal>ngx_http_upstream_hc_module</literal> module
175 <literal>mandatory</literal> 175 <literal>mandatory</literal>
176 </tag-name> 176 </tag-name>
177 <tag-desc> 177 <tag-desc>
178 sets the initial “checking” state for a server 178 sets the initial “checking” state for a server
179 until the first health check is completed (1.11.7). 179 until the first health check is completed (1.11.7).
180 Client requests are not passed to servers in the “checking” state.
180 If the parameter is not specified, 181 If the parameter is not specified,
181 the server will be initially considered healthy. 182 the server will be initially considered healthy.
182 </tag-desc> 183 </tag-desc>
183 184
184 <tag-name id="health_check_match"> 185 <tag-name id="health_check_match">