comparison xml/en/docs/stream/ngx_stream_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 f069d4b7a8df
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_stream_upstream_hc_module" 9 <module name="Module ngx_stream_upstream_hc_module"
10 link="/en/docs/stream/ngx_stream_upstream_hc_module.html" 10 link="/en/docs/stream/ngx_stream_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_stream_upstream_hc_module</literal> module (1.9.0) 17 The <literal>ngx_stream_upstream_hc_module</literal> module (1.9.0)
134 <literal>mandatory</literal> 134 <literal>mandatory</literal>
135 </tag-name> 135 </tag-name>
136 <tag-desc> 136 <tag-desc>
137 sets the initial “checking” state for a server 137 sets the initial “checking” state for a server
138 until the first health check is completed (1.11.7). 138 until the first health check is completed (1.11.7).
139 Client connections are not passed to servers in the “checking” state.
139 If the parameter is not specified, 140 If the parameter is not specified,
140 the server will be initially considered healthy. 141 the server will be initially considered healthy.
141 </tag-desc> 142 </tag-desc>
142 143
143 <tag-name id="health_check_match"> 144 <tag-name id="health_check_match">