comparison xml/en/docs/stream/ngx_stream_upstream_hc_module.xml @ 2768:9dd8c203a54a

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 22 Sep 2021 13:47:23 +0300
parents f069d4b7a8df
children
comparison
equal deleted inserted replaced
2767:c56adb7148a4 2768:9dd8c203a54a
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="5"> 12 rev="6">
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)
152 after which the server will be considered healthy, 152 after which the server will be considered healthy,
153 by default, 1. 153 by default, 1.
154 </tag-desc> 154 </tag-desc>
155 155
156 <tag-name id="health_check_mandatory"> 156 <tag-name id="health_check_mandatory">
157 <literal>mandatory</literal> 157 <literal>mandatory</literal> [<literal>persistent</literal>]
158 </tag-name> 158 </tag-name>
159 <tag-desc> 159 <tag-desc>
160 <para>
160 sets the initial “checking” state for a server 161 sets the initial “checking” state for a server
161 until the first health check is completed (1.11.7). 162 until the first health check is completed (1.11.7).
162 Client connections are not passed to servers in the “checking” state. 163 Client connections are not passed to servers in the “checking” state.
163 If the parameter is not specified, 164 If the parameter is not specified,
164 the server will be initially considered healthy. 165 the server will be initially considered healthy.
166 </para>
167
168 <para id="health_check_persistent">
169 The <literal>persistent</literal> parameter (1.21.1)
170 sets the initial “up” state for a server after reload
171 if the server was considered healthy before reload.
172 </para>
173
165 </tag-desc> 174 </tag-desc>
166 175
167 <tag-name id="health_check_match"> 176 <tag-name id="health_check_match">
168 <literal>match</literal>=<value>name</value> 177 <literal>match</literal>=<value>name</value>
169 </tag-name> 178 </tag-name>