comparison xml/en/docs/http/ngx_http_v2_module.xml @ 1666:08f48ecb13ba

Added a hyperlink to http2_recv_buffer_size.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 28 Mar 2016 16:20:01 +0300
parents 680cbf783efe
children 5154b356a1b2
comparison
equal deleted inserted replaced
1665:57b53a0818df 1666:08f48ecb13ba
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_v2_module" 9 <module name="Module ngx_http_v2_module"
10 link="/en/docs/http/ngx_http_v2_module.html" 10 link="/en/docs/http/ngx_http_v2_module.html"
11 lang="en" 11 lang="en"
12 rev="4"> 12 rev="5">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides 17 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides
166 <syntax><value>size</value></syntax> 166 <syntax><value>size</value></syntax>
167 <default>256k</default> 167 <default>256k</default>
168 <context>http</context> 168 <context>http</context>
169 169
170 <para> 170 <para>
171 Sets the size of the per worker input buffer. 171 Sets the size of the per
172 <link doc="../ngx_core_module.xml" id="worker_processes">worker</link>
173 input buffer.
172 </para> 174 </para>
173 175
174 </directive> 176 </directive>
175 177
176 178