diff xml/en/docs/mail/ngx_mail_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 73b31b44d3a0
children 1f8f12a32ecd
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_proxy_module.xml	Wed Jul 01 15:54:32 2015 +0300
+++ b/xml/en/docs/mail/ngx_mail_proxy_module.xml	Wed Jul 01 21:05:02 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_proxy_module"
         link="/en/docs/mail/ngx_mail_proxy_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="directives" name="Directives">
 
@@ -82,7 +82,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>