# HG changeset patch # User Yaroslav Zhuravlev # Date 1397138191 -14400 # Node ID 4c2324a7eeea2507b559aad969230418d3488522 # Parent ed7a62ec7b51c9b1fb330f7fbc76e256364cdc0e Corrected the usage of articles and a comma. diff -r ed7a62ec7b51 -r 4c2324a7eeea xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Wed Apr 09 14:24:18 2014 +0400 +++ b/xml/en/docs/http/ngx_http_core_module.xml Thu Apr 10 17:56:31 2014 +0400 @@ -1855,7 +1855,7 @@ location -Sets the number and size of +Sets the number and size of the buffers used for reading a response from a disk. diff -r ed7a62ec7b51 -r 4c2324a7eeea xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Wed Apr 09 14:24:18 2014 +0400 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Thu Apr 10 17:56:31 2014 +0400 @@ -74,11 +74,11 @@ Sets the size of the buffer used for reading the first part -of a response received from the FastCGI server. +of the response received from the FastCGI server. This part usually contains a small response header. By default, the buffer size is equal to the size of one buffer set by the directive. -It can be made smaller however. +It can be made smaller, however. @@ -108,7 +108,7 @@ -When buffering is disabled, a response is passed to a client synchronously, +When buffering is disabled, the response is passed to a client synchronously, immediately as it is received. nginx will not try to read the whole response from the FastCGI server. The maximum size of the data that nginx can receive from the server @@ -134,7 +134,7 @@ location -Sets the number and size of +Sets the number and size of the buffers used for reading a response from the FastCGI server, for a single connection. By default, the buffer size is equal to one memory page. @@ -156,8 +156,8 @@ server is enabled, limits the total size of buffers that can be busy sending a response to the client while the response is not yet fully read. -In the meantime, the rest of the buffers can be used for reading a response -and, if needed, buffering part of a response to a temporary file. +In the meantime, the rest of the buffers can be used for reading the response +and, if needed, buffering part of the response to a temporary file. By default, size is limited by the size of two buffers set by the and directives. @@ -520,12 +520,12 @@ The
X-Accel-Expires
header field sets caching time of a response in seconds. The zero value disables caching for a response. -If a value starts with the @ prefix, it sets an absolute +If the value starts with the @ prefix, it sets an absolute time in seconds since Epoch, up to which the response may be cached. -If header does not include the
X-Accel-Expires
field, +If the header does not include the
X-Accel-Expires
field, parameters of caching may be set in the header fields
Expires
or
Cache-Control
. -If a header includes the
Set-Cookie
field, such a +If the header includes the
Set-Cookie
field, such a response will not be cached. Processing of one or more of these response header fields can be disabled using the directive. @@ -605,7 +605,7 @@ Determines whether the connection with a FastCGI server should be -closed when a client closes a connection without waiting +closed when a client closes the connection without waiting for a response. @@ -742,8 +742,8 @@ server is enabled, and the whole response does not fit into the memory buffers set by the and directives, a part of the response can be saved to a temporary file. -This directive sets the maximum size of a temporary file. -The size of data written to a temporary file at a time is set +This directive sets the maximum size of the temporary file. +The size of data written to the temporary file at a time is set by the directive.
@@ -858,7 +858,7 @@ Sets a parameter that should be passed to the FastCGI server. -A value can contain text, variables, and their combination. +The value can contain text, variables, and their combination. These directives are inherited from the previous level if and only if there are no fastcgi_param @@ -1217,7 +1217,7 @@
-HTTP request header fields are passed to the FastCGI server as parameters. +HTTP request header fields are passed to a FastCGI server as parameters. In applications and scripts running as FastCGI servers, these parameters are usually made available as environment variables. For example, the
User-Agent
header field is passed as the diff -r ed7a62ec7b51 -r 4c2324a7eeea xml/en/docs/http/ngx_http_memcached_module.xml --- a/xml/en/docs/http/ngx_http_memcached_module.xml Wed Apr 09 14:24:18 2014 +0400 +++ b/xml/en/docs/http/ngx_http_memcached_module.xml Thu Apr 10 17:56:31 2014 +0400 @@ -77,9 +77,9 @@ location -Sets the size of the buffer used for reading a response +Sets the size of the buffer used for reading the response received from the memcached server. -A response is passed to a client synchronously, as soon as it is received. +The response is passed to the client synchronously, as soon as it is received. diff -r ed7a62ec7b51 -r 4c2324a7eeea xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Wed Apr 09 14:24:18 2014 +0400 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Thu Apr 10 17:56:31 2014 +0400 @@ -68,12 +68,12 @@ location -Sets the size of the buffer used for reading the first part -of a response received from the proxied server. +Sets the size of the buffer size used for reading the first part +of the response received from the proxied server. This part usually contains a small response header. By default, the buffer size is equal to the size of one buffer set by the directive. -It can be made smaller however. +It can be made smaller, however. @@ -102,7 +102,7 @@
-When buffering is disabled, a response is passed to a client synchronously, +When buffering is disabled, the response is passed to a client synchronously, immediately as it is received. nginx will not try to read the whole response from the proxied server. The maximum size of the data that nginx can receive from the server @@ -128,7 +128,7 @@ location -Sets the number and size of +Sets the number and size of the buffers used for reading a response from the proxied server, for a single connection. By default, the buffer size is equal to one memory page. @@ -150,8 +150,8 @@ server is enabled, limits the total size of buffers that can be busy sending a response to the client while the response is not yet fully read. -In the meantime, the rest of the buffers can be used for reading a response -and, if needed, buffering part of a response to a temporary file. +In the meantime, the rest of the buffers can be used for reading the response +and, if needed, buffering part of the response to a temporary file. By default, size is limited by the size of two buffers set by the and directives. @@ -520,12 +520,12 @@ The
X-Accel-Expires
header field sets caching time of a response in seconds. The zero value disables caching for a response. -If a value starts with the @ prefix, it sets an absolute +If the value starts with the @ prefix, it sets an absolute time in seconds since Epoch, up to which the response may be cached. -If header does not include the
X-Accel-Expires
field, +If the header does not include the
X-Accel-Expires
field, parameters of caching may be set in the header fields
Expires
or
Cache-Control
. -If a header includes the
Set-Cookie
field, such a +If the header includes the
Set-Cookie
field, such a response will not be cached. Processing of one or more of these response header fields can be disabled using the directive. @@ -772,7 +772,7 @@ Determines whether the connection with a proxied server should be -closed when a client closes a connection without waiting +closed when a client closes the connection without waiting for a response. @@ -863,8 +863,8 @@ server is enabled, and the whole response does not fit into the memory buffers set by the and directives, a part of the response can be saved to a temporary file. -This directive sets the maximum size of a temporary file. -The size of data written to a temporary file at a time is set +This directive sets the maximum size of the temporary file. +The size of data written to the temporary file at a time is set by the directive.
@@ -1365,7 +1365,7 @@ Allows redefining the request body passed to the proxied server. -A value can contain text, variables, and their combination. +The value can contain text, variables, and their combination. @@ -1382,7 +1382,7 @@ Allows redefining or appending fields to the request header passed to the proxied server. -A value can contain text, variables, and their combinations. +The value can contain text, variables, and their combinations. These directives are inherited from the previous level if and only if there are no proxy_set_header diff -r ed7a62ec7b51 -r 4c2324a7eeea xml/en/docs/http/ngx_http_rewrite_module.xml --- a/xml/en/docs/http/ngx_http_rewrite_module.xml Wed Apr 09 14:24:18 2014 +0400 +++ b/xml/en/docs/http/ngx_http_rewrite_module.xml Thu Apr 10 17:56:31 2014 +0400 @@ -379,7 +379,7 @@ Sets a value for the specified variable. -A value can contain text, variables, and their combination. +The value can contain text, variables, and their combination.