comparison 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
comparison
equal deleted inserted replaced
1525:e47758a54759 1526:7b15698cbdb7
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_proxy_module" 10 <module name="Module ngx_mail_proxy_module"
11 link="/en/docs/mail/ngx_mail_proxy_module.html" 11 link="/en/docs/mail/ngx_mail_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <!-- 17 <!--
18 <directive name="proxy"> 18 <directive name="proxy">
80 <default>24h</default> 80 <default>24h</default>
81 <context>mail</context> 81 <context>mail</context>
82 <context>server</context> 82 <context>server</context>
83 83
84 <para> 84 <para>
85 Defines a timeout used after the proxying to the backend had started. 85 Sets the <value>timeout</value> between two successive
86 read or write operations on client or proxied server connections.
87 If no data is transmitted within this time, the connection is closed.
86 </para> 88 </para>
87 89
88 </directive> 90 </directive>
89 91
90 92