changeset 1424:410e0683b6b4

Rolled back changes in the example of the upstream module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 Feb 2015 20:40:10 +0300
parents b3d7cd8d7c06
children d74c45ed94b2
files xml/en/docs/http/ngx_http_upstream_module.xml
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml	Tue Feb 24 19:49:37 2015 +0300
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml	Tue Feb 24 20:40:10 2015 +0300
@@ -32,10 +32,8 @@
 <para>
 <example>
 upstream <emphasis>backend</emphasis> {
-    least conn;
-
     server backend1.example.com       weight=5;
-    server backend2.example.com:8080  max_fails=3 fail_timeout=30s;
+    server backend2.example.com:8080;
     server unix:/tmp/backend3;
 
     server backup1.example.com:8080   backup;