diff xml/en/docs/stream/ngx_stream_proxy_module.xml @ 1526:7b15698cbdb7

Updated the proxy_timeout directive for mail and stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 01 Jul 2015 21:05:02 +0300
parents 0d349b6211f5
children 61b1ab5adbc9
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_proxy_module.xml	Wed Jul 01 15:54:32 2015 +0300
+++ b/xml/en/docs/stream/ngx_stream_proxy_module.xml	Wed Jul 01 21:05:02 2015 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_proxy_module"
         link="/en/docs/stream/ngx_stream_proxy_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -33,7 +33,7 @@
 server {
     listen 12345;
     proxy_connect_timeout 1s;
-    proxy_timeout 3s;
+    proxy_timeout 1m;
     proxy_pass example.com:12345;
 }
 
@@ -419,7 +419,9 @@
 <context>server</context>
 
 <para>
-Defines a timeout used after the proxying to the backend had started.
+Sets the <value>timeout</value> between two successive
+read or write operations on client or proxied server connections.
+If no data is transmitted within this time, the connection is closed.
 </para>
 
 </directive>