# HG changeset patch # User Vladimir Homutov # Date 1375434110 -14400 # Node ID 28d580f1eb6369c97b4b8940b15cc3a2b0bf9857 # Parent d4fb95e6067cee340cf36c312f0d36f4a9ccdc75 Documented the "slow_start" parameter of the upstream "server" directive. diff -r d4fb95e6067c -r 28d580f1eb63 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Fri Aug 02 08:07:40 2013 +0000 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Fri Aug 02 13:01:50 2013 +0400 @@ -10,7 +10,7 @@ + rev="6">
@@ -54,7 +54,7 @@ zone appservers 64k; server appserv1.example.com weight=5; - server appserv2.example.com:8080 fail_timeout=5s; + server appserv2.example.com:8080 fail_timeout=5s slow_start=30s; server 192.0.2.1 max_fails=3; server reserve1.example.com:8080 backup; @@ -179,6 +179,19 @@ By default, timeout is set to 10 seconds. +slow_start=time + +sets the time during which the server will recover its weight +from zero to a nominal value, when unhealthy server becomes +healthy, +or when the server becomes available after a period of time +it was considered down. +Default value is zero, i.e. slow start is disabled. + +This functionality is available as part of our only. + + + backup marks the server as a backup server. @@ -935,6 +948,13 @@ +slow_start=time + +Same as the “slow_start” parameter +of the directive. + + + down= Same as the “down” parameter