changeset 1524:323b0d071166

Relocated proxy_read_timeout and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 30 Jun 2015 22:42:38 +0300
parents 3b4a86b3515e
children e47758a54759
files xml/en/docs/http/ngx_http_fastcgi_module.xml xml/en/docs/http/ngx_http_proxy_module.xml xml/en/docs/http/ngx_http_scgi_module.xml xml/ru/docs/http/ngx_http_fastcgi_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml xml/ru/docs/http/ngx_http_scgi_module.xml
diffstat 6 files changed, 114 insertions(+), 114 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_fastcgi_module"
         link="/en/docs/http/ngx_http_fastcgi_module.html"
         lang="en"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -1102,24 +1102,6 @@ fields from a FastCGI server to a client
 </directive>
 
 
-<directive name="fastcgi_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 FastCGI server.
-The timeout is set only between two successive read operations,
-not for the transmission of the whole response.
-If the FastCGI server does not transmit anything within this time,
-the connection is closed.
-</para>
-
-</directive>
-
-
 <directive name="fastcgi_pass_request_body">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>on</default>
@@ -1152,6 +1134,24 @@ See also the <link id="fastcgi_pass_requ
 </directive>
 
 
+<directive name="fastcgi_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 FastCGI server.
+The timeout is set only between two successive read operations,
+not for the transmission of the whole response.
+If the FastCGI server does not transmit anything within this time,
+the connection is closed.
+</para>
+
+</directive>
+
+
 <directive name="fastcgi_request_buffering">
 <syntax><value>on</value> | <value>off</value></syntax>
 <default>on</default>
--- 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>
--- 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>
--- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_fastcgi_module"
         link="/ru/docs/http/ngx_http_fastcgi_module.html"
         lang="ru"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -1096,24 +1096,6 @@ fastcgi_pass unix:/tmp/fastcgi.socket;
 </directive>
 
 
-<directive name="fastcgi_read_timeout">
-<syntax><value>время</value></syntax>
-<default>60s</default>
-<context>http</context>
-<context>server</context>
-<context>location</context>
-
-<para>
-Задаёт таймаут при чтении ответа FastCGI-сервера.
-Таймаут устанавливается не на всю передачу ответа,
-а только между двумя операциями чтения.
-Если по истечении этого времени FastCGI-сервер ничего не передаст,
-соединение закрывается.
-</para>
-
-</directive>
-
-
 <directive name="fastcgi_pass_request_body">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>on</default>
@@ -1146,6 +1128,24 @@ FastCGI-сервер.
 </directive>
 
 
+<directive name="fastcgi_read_timeout">
+<syntax><value>время</value></syntax>
+<default>60s</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Задаёт таймаут при чтении ответа FastCGI-сервера.
+Таймаут устанавливается не на всю передачу ответа,
+а только между двумя операциями чтения.
+Если по истечении этого времени FastCGI-сервер ничего не передаст,
+соединение закрывается.
+</para>
+
+</directive>
+
+
 <directive name="fastcgi_request_buffering">
 <syntax><value>on</value> | <value>off</value></syntax>
 <default>on</default>
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="38">
+        rev="39">
 
 <section id="summary">
 
@@ -1279,24 +1279,6 @@ proxy_pass $request;
 </directive>
 
 
-<directive name="proxy_read_timeout">
-<syntax><value>время</value></syntax>
-<default>60s</default>
-<context>http</context>
-<context>server</context>
-<context>location</context>
-
-<para>
-Задаёт таймаут при чтении ответа проксированного сервера.
-Таймаут устанавливается не на всю передачу ответа,
-а только между двумя операциями чтения.
-Если по истечении этого времени проксируемый сервер ничего не передаст,
-соединение закрывается.
-</para>
-
-</directive>
-
-
 <directive name="proxy_pass_request_body">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>on</default>
@@ -1349,6 +1331,24 @@ location /x-accel-redirect-here/ {
 </directive>
 
 
+<directive name="proxy_read_timeout">
+<syntax><value>время</value></syntax>
+<default>60s</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Задаёт таймаут при чтении ответа проксированного сервера.
+Таймаут устанавливается не на всю передачу ответа,
+а только между двумя операциями чтения.
+Если по истечении этого времени проксируемый сервер ничего не передаст,
+соединение закрывается.
+</para>
+
+</directive>
+
+
 <directive name="proxy_redirect">
 <syntax><literal>default</literal></syntax>
 <syntax><literal>off</literal></syntax>
--- a/xml/ru/docs/http/ngx_http_scgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_scgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_scgi_module"
         link="/ru/docs/http/ngx_http_scgi_module.html"
         lang="ru"
-        rev="17">
+        rev="18">
 
 <section id="summary">
 
@@ -995,24 +995,6 @@ scgi_pass unix:/tmp/scgi.socket;
 </directive>
 
 
-<directive name="scgi_read_timeout">
-<syntax><value>время</value></syntax>
-<default>60s</default>
-<context>http</context>
-<context>server</context>
-<context>location</context>
-
-<para>
-Задаёт таймаут при чтении ответа SCGI-сервера.
-Таймаут устанавливается не на всю передачу ответа,
-а только между двумя операциями чтения.
-Если по истечении этого времени SCGI-сервер ничего не передаст,
-соединение закрывается.
-</para>
-
-</directive>
-
-
 <directive name="scgi_pass_request_body">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>on</default>
@@ -1045,6 +1027,24 @@ SCGI-сервер.
 </directive>
 
 
+<directive name="scgi_read_timeout">
+<syntax><value>время</value></syntax>
+<default>60s</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Задаёт таймаут при чтении ответа SCGI-сервера.
+Таймаут устанавливается не на всю передачу ответа,
+а только между двумя операциями чтения.
+Если по истечении этого времени SCGI-сервер ничего не передаст,
+соединение закрывается.
+</para>
+
+</directive>
+
+
 <directive name="scgi_request_buffering">
 <syntax><value>on</value> | <value>off</value></syntax>
 <default>on</default>