diff xml/en/docs/http/ngx_http_proxy_module.xml @ 1524:323b0d071166

Relocated proxy_read_timeout and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 30 Jun 2015 22:42:38 +0300
parents 3687cc9a3592
children a13a99cf46ea
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="38">
+        rev="39">
 
 <section id="summary">
 
@@ -1282,24 +1282,6 @@ fields from a proxied server to a client
 </directive>
 
 
-<directive name="proxy_read_timeout">
-<syntax><value>time</value></syntax>
-<default>60s</default>
-<context>http</context>
-<context>server</context>
-<context>location</context>
-
-<para>
-Defines a timeout for reading a response from the proxied server.
-The timeout is set only between two successive read operations,
-not for the transmission of the whole response.
-If the proxied server does not transmit anything within this time,
-the connection is closed.
-</para>
-
-</directive>
-
-
 <directive name="proxy_pass_request_body">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>on</default>
@@ -1352,6 +1334,24 @@ See also the <link id="proxy_set_header"
 </directive>
 
 
+<directive name="proxy_read_timeout">
+<syntax><value>time</value></syntax>
+<default>60s</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Defines a timeout for reading a response from the proxied server.
+The timeout is set only between two successive read operations,
+not for the transmission of the whole response.
+If the proxied server does not transmit anything within this time,
+the connection is closed.
+</para>
+
+</directive>
+
+
 <directive name="proxy_redirect">
 <syntax><literal>default</literal></syntax>
 <syntax><literal>off</literal></syntax>