comparison xml/en/docs/http/ngx_http_upstream_hc_module.xml @ 2866:8bd6f772005f

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Sat, 25 Jun 2022 18:55:17 +0100
parents efb3d27dfa23
children
comparison
equal deleted inserted replaced
2865:0d355d154181 2866:8bd6f772005f
238 The parameter is not compatible with 238 The parameter is not compatible with
239 <link id="health_check_uri"><literal>uri</literal></link> or 239 <link id="health_check_uri"><literal>uri</literal></link> or
240 <link id="health_check_match"><literal>match</literal></link> parameters. 240 <link id="health_check_match"><literal>match</literal></link> parameters.
241 </tag-desc> 241 </tag-desc>
242 242
243 <tag-name id="health_check_keepalive_time">
244 <literal>keepalive_time</literal>=<value>time</value>
245 </tag-name>
246 <tag-desc>
247 enables <link doc="ngx_http_upstream_module.xml" id="keepalive">keepalive</link>
248 connections for health checks and specifies the time during which
249 requests can be processed through one keepalive connection (1.21.7).
250 By default keepalive connections are disabled.
251 </tag-desc>
252
243 </list> 253 </list>
244 </para> 254 </para>
245 255
246 </directive> 256 </directive>
247 257