comparison xml/en/docs/stream/ngx_stream_proxy_module.xml @ 1407:50c72ad994b3

Changed "buffer" to singular in proxy_upstream/downstream_buffer.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 05 Feb 2015 14:21:08 +0300
parents 4569719f4247
children f5b5eefc43cb
comparison
equal deleted inserted replaced
1406:ea73cd9d4cdb 1407:50c72ad994b3
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_proxy_module" 9 <module name="Module ngx_stream_proxy_module"
10 link="/en/docs/stream/ngx_stream_proxy_module.html" 10 link="/en/docs/stream/ngx_stream_proxy_module.html"
11 lang="en" 11 lang="en"
12 rev="1"> 12 rev="2">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_proxy_module</literal> module (1.7.7) allows passing 17 The <literal>ngx_stream_proxy_module</literal> module (1.7.7) allows passing
75 <context>stream</context> 75 <context>stream</context>
76 <context>server</context> 76 <context>server</context>
77 77
78 <para> 78 <para>
79 Sets the <value>size</value> of the 79 Sets the <value>size</value> of the
80 buffers used for reading data from the client. 80 buffer used for reading data from the client.
81 </para> 81 </para>
82 82
83 </directive> 83 </directive>
84 84
85 85
130 <context>stream</context> 130 <context>stream</context>
131 <context>server</context> 131 <context>server</context>
132 132
133 <para> 133 <para>
134 Sets the <value>size</value> of the 134 Sets the <value>size</value> of the
135 buffers used for reading data from the upstream server. 135 buffer used for reading data from the upstream server.
136 </para> 136 </para>
137 137
138 </directive> 138 </directive>
139 139
140 </section> 140 </section>