diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_hc_module.xml	Thu Jun 23 14:00:09 2022 +0400
+++ b/xml/en/docs/http/ngx_http_upstream_hc_module.xml	Sat Jun 25 18:55:17 2022 +0100
@@ -240,6 +240,16 @@
 <link id="health_check_match"><literal>match</literal></link> parameters.
 </tag-desc>
 
+<tag-name id="health_check_keepalive_time">
+<literal>keepalive_time</literal>=<value>time</value>
+</tag-name>
+<tag-desc>
+enables <link doc="ngx_http_upstream_module.xml" id="keepalive">keepalive</link>
+connections for health checks and specifies the time during which
+requests can be processed through one keepalive connection (1.21.7).
+By default keepalive connections are disabled.
+</tag-desc>
+
 </list>
 </para>