comparison xml/en/docs/http/ngx_http_v2_module.xml @ 1636:44c4323144c5

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 11 Jan 2016 11:10:08 +0300
parents 887ce78207ac
children 680cbf783efe
comparison
equal deleted inserted replaced
1635:280cf6c0888a 1636:44c4323144c5
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="3"> 12 rev="4">
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
22 22
23 <para> 23 <para>
24 This module is not built by default, it should be enabled with 24 This module is not built by default, it should be enabled with
25 the <literal>--with-http_v2_module</literal> 25 the <literal>--with-http_v2_module</literal>
26 configuration parameter. 26 configuration parameter.
27 </para>
28
29 <para>
30 <note>
31 This module is also available as part of our
32 <commercial_version>commercial subscription</commercial_version>
33 in the <literal>nginx-plus-http2</literal> package of NGINX Plus
34 <link url="https://www.nginx.com/blog/nginx-plus-r7-released/">release 7</link>.
35 </note>
36 </para> 27 </para>
37 28
38 </section> 29 </section>
39 30
40 31