diff xml/en/docs/http/ngx_http_scgi_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 a55553729d63
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_scgi_module.xml
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml
@@ -1067,14 +1067,14 @@ Enables or disables buffering of a clien
 <para>
 When buffering is enabled, the entire request body is
 <link doc="ngx_http_core_module.xml" id="client_body_buffer_size">read</link>
-from the client before sending the request to a proxied server.
+from the client before sending the request to an SCGI server.
 </para>
 
 <para>
-When buffering is disabled, the request body is sent to the proxied server
+When buffering is disabled, the request body is sent to the SCGI server
 immediately as it is received.
-In this case, the request cannot be
-<link id="scgi_next_upstream">sent to the next server</link>
+In this case, the request cannot be passed to the
+<link id="scgi_next_upstream">next server</link>
 if nginx already started sending the request body.
 </para>