comparison xml/en/docs/http/ngx_http_spdy_module.xml @ 1566:0ca33afb461b

Added the http2 module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 15 Sep 2015 21:00:27 +0300
parents ed420c318557
children 31f21c7956dd
comparison
equal deleted inserted replaced
1565:300349b7aef3 1566:0ca33afb461b
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_spdy_module" 9 <module name="Module ngx_http_spdy_module"
10 link="/en/docs/http/ngx_http_spdy_module.html" 10 link="/en/docs/http/ngx_http_spdy_module.html"
11 lang="en" 11 lang="en"
12 rev="7"> 12 rev="8">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_spdy_module</literal> module provides experimental 17 The <literal>ngx_http_spdy_module</literal> module provides experimental
32 configuration parameter. 32 configuration parameter.
33 </para> 33 </para>
34 34
35 <para> 35 <para>
36 <note> 36 <note>
37 This module is not available in the <literal>nginx-plus-http2</literal> package. 37 This module was superseded by the
38 <link doc="ngx_http_v2_module.xml">ngx_http_v2_module</link> module
39 in 1.9.5.
38 </note> 40 </note>
39 </para> 41 </para>
40 42
41 </section> 43 </section>
42 44