diff xml/en/docs/http/ngx_http_scgi_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 a55553729d63
children a13a99cf46ea
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_scgi_module.xml
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_scgi_module"
         link="/en/docs/http/ngx_http_scgi_module.html"
         lang="en"
-        rev="17">
+        rev="18">
 
 <section id="summary">
 
@@ -1002,24 +1002,6 @@ fields from an SCGI server to a client.
 </directive>
 
 
-<directive name="scgi_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 SCGI server.
-The timeout is set only between two successive read operations,
-not for the transmission of the whole response.
-If the SCGI server does not transmit anything within this time,
-the connection is closed.
-</para>
-
-</directive>
-
-
 <directive name="scgi_pass_request_body">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>on</default>
@@ -1052,6 +1034,24 @@ See also the <link id="scgi_pass_request
 </directive>
 
 
+<directive name="scgi_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 SCGI server.
+The timeout is set only between two successive read operations,
+not for the transmission of the whole response.
+If the SCGI server does not transmit anything within this time,
+the connection is closed.
+</para>
+
+</directive>
+
+
 <directive name="scgi_request_buffering">
 <syntax><value>on</value> | <value>off</value></syntax>
 <default>on</default>