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	Tue Jun 30 19:20:27 2015 +0300
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml	Tue Jun 30 22:42:38 2015 +0300
@@ -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 @@
 </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 @@
 </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	Tue Jun 30 19:20:27 2015 +0300
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Tue Jun 30 22:42:38 2015 +0300
@@ -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 @@
 </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 @@
 </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	Tue Jun 30 19:20:27 2015 +0300
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml	Tue Jun 30 22:42:38 2015 +0300
@@ -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 @@
 </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 @@
 </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	Tue Jun 30 19:20:27 2015 +0300
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Tue Jun 30 22:42:38 2015 +0300
@@ -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 @@
 </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 @@
 </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	Tue Jun 30 19:20:27 2015 +0300
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml	Tue Jun 30 22:42:38 2015 +0300
@@ -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 @@
 </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 @@
 </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	Tue Jun 30 19:20:27 2015 +0300
+++ b/xml/ru/docs/http/ngx_http_scgi_module.xml	Tue Jun 30 22:42:38 2015 +0300
@@ -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 @@
 </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 @@
 </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>