# HG changeset patch # User Yaroslav Zhuravlev # Date 1396973633 -14400 # Node ID 1501e5848052851deb36d66fe3237883f73c81f1 # Parent 2b9dc2c5e1295edc77eeb338e1d7d53d289b40b4 Corrected the usage of the definite article. diff -r 2b9dc2c5e129 -r 1501e5848052 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Apr 08 18:26:14 2014 +0400 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Apr 08 20:13:53 2014 +0400 @@ -2164,10 +2164,10 @@ Sets a timeout for transmitting a response to the client. -A timeout is set only between two successive write operations, +The timeout is set only between two successive write operations, not for the transmission of the whole response. -If a client does not receive anything within this time, -a connection is closed. +If the client does not receive anything within this time, +the connection is closed. diff -r 2b9dc2c5e129 -r 1501e5848052 xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Tue Apr 08 18:26:14 2014 +0400 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Tue Apr 08 20:13:53 2014 +0400 @@ -962,10 +962,10 @@ Defines a timeout for reading a response from the FastCGI server. -A timeout is set only between two successive read operations, +The timeout is set only between two successive read operations, not for the transmission of the whole response. -If a FastCGI server does not transmit anything within this time, -a connection is closed. +If the FastCGI server does not transmit anything within this time, +the connection is closed. @@ -1036,10 +1036,10 @@ Sets a timeout for transmitting a request to the FastCGI server. -A timeout is set only between two successive write operations, +The timeout is set only between two successive write operations, not for the transmission of the whole request. -If a FastCGI server does not receive anything within this time, -a connection is closed. +If the FastCGI server does not receive anything within this time, +the connection is closed. @@ -1053,7 +1053,7 @@ Defines a regular expression that captures a value for the $fastcgi_path_info variable. -A regular expression should have two captures: the first becomes +The regular expression should have two captures: the first becomes a value of the $fastcgi_script_name variable, the second becomes a value of the $fastcgi_path_info variable. For example, with these settings @@ -1100,7 +1100,8 @@ The modification time of files is set according to the received
Last-Modified
response header field. -A response is first written to a temporary file, and then the file is renamed. +The response is first written to a temporary file, +and then the file is renamed. Starting from version 0.8.9, temporary files and the persistent store can be put on different file systems. However, be aware that in this case a file is copied diff -r 2b9dc2c5e129 -r 1501e5848052 xml/en/docs/http/ngx_http_memcached_module.xml --- a/xml/en/docs/http/ngx_http_memcached_module.xml Tue Apr 08 18:26:14 2014 +0400 +++ b/xml/en/docs/http/ngx_http_memcached_module.xml Tue Apr 08 20:13:53 2014 +0400 @@ -213,9 +213,9 @@ Defines a timeout for reading a response from the memcached server. -A timeout is set only between two successive read operations, +The timeout is set only between two successive read operations, not for the transmission of the whole response. -If a memcached server does not transmit anything within this time, +If the memcached server does not transmit anything within this time, the connection is closed. @@ -231,10 +231,10 @@ Sets a timeout for transmitting a request to the memcached server. -A timeout is set only between two successive write operations, +The timeout is set only between two successive write operations, not for the transmission of the whole request. -If a memcached server does not receive anything within this time, -a connection is closed. +If the memcached server does not receive anything within this time, +the connection is closed. diff -r 2b9dc2c5e129 -r 1501e5848052 xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Tue Apr 08 18:26:14 2014 +0400 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Tue Apr 08 20:13:53 2014 +0400 @@ -658,7 +658,7 @@ the “~” symbol for a case-sensitive matching, or from the “~*” symbols for case-insensitive matching. -A regular expression can contain named and positional captures, +The regular expression can contain named and positional captures, and replacement can reference them: proxy_cookie_path ~*^/user/([^/]+) /u/$1; @@ -1142,10 +1142,10 @@ Defines a timeout for reading a response from the proxied server. -A timeout is set only between two successive read operations, +The timeout is set only between two successive read operations, not for the transmission of the whole response. -If a proxied server does not transmit anything within this time, -a connection is closed. +If the proxied server does not transmit anything within this time, +the connection is closed. @@ -1275,7 +1275,7 @@ the “~” symbol for a case-sensitive matching, or with the “~*” symbols for case-insensitive matching. -A regular expression can contain named and positional captures, +The regular expression can contain named and positional captures, and replacement can reference them: proxy_redirect ~^(http://[^:]+):\d+(/.+)$ $1$2; @@ -1347,10 +1347,10 @@ Sets a timeout for transmitting a request to the proxied server. -A timeout is set only between two successive write operations, +The timeout is set only between two successive write operations, not for the transmission of the whole request. -If a proxied server does not receive anything within this time, -a connection is closed. +If the proxied server does not receive anything within this time, +the connection is closed. @@ -1517,7 +1517,8 @@ The modification time of files is set according to the received
Last-Modified
response header field. -A response is first written to a temporary file, and then the file is renamed. +The response is first written to a temporary file, +and then the file is renamed. Starting from version 0.8.9, temporary files and the persistent store can be put on different file systems. However, be aware that in this case a file is copied