changeset 1727:1a16dce51bce

Unified description of slow_start in stream with http.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 08 Jun 2016 14:00:15 +0300
parents a0bc284941f6
children f93a5aadad2c
files xml/en/docs/stream/ngx_stream_upstream_module.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml	Tue Jun 07 19:00:50 2016 +0300
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml	Wed Jun 08 14:00:15 2016 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_upstream_module"
         link="/en/docs/stream/ngx_stream_upstream_module.html"
         lang="en"
-        rev="12">
+        rev="13">
 
 <section id="summary">
 
@@ -290,7 +290,8 @@
 </tag-name>
 <tag-desc>
 sets the <value>time</value> during which the server will recover its weight
-from zero to a nominal value,
+from zero to a nominal value, when unhealthy server becomes
+<link id="health_check">healthy</link>,
 or when the server becomes available after a period of time
 it was considered <link id="fail_timeout">unavailable</link>.
 Default value is zero, i.e. slow start is disabled.