diff xml/en/docs/http/ngx_http_proxy_module.xml @ 1440:657885fd2b96

Corrected description of proxy_request_buffering and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Sun, 29 Mar 2015 01:09:22 +0300
parents 8e7995bb8c6b
children acba294382d6
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Thu Mar 26 13:06:19 2015 +0000
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Sun Mar 29 01:09:22 2015 +0300
@@ -1484,16 +1484,16 @@
 <para>
 When buffering is disabled, the request body is sent to the proxied server
 immediately as it is received.
-In this case, the request cannot be
-<link id="proxy_next_upstream">sent to the next server</link>
+In this case, the request cannot be passed to the
+<link id="proxy_next_upstream">next server</link>
 if nginx already started sending the request body.
 </para>
 
 <para>
 When HTTP/1.1 chunked transfer encoding is used
 to send the original request body,
-the request body will be buffered unless
-<link id="proxy_http_version">HTTP/1.1 is enabled</link> for proxying.
+the request body will be buffered regardless of the directive value unless
+HTTP/1.1 is <link id="proxy_http_version">enabled</link> for proxying.
 </para>
 
 </directive>