comparison xml/en/docs/http/ngx_http_spdy_module.xml @ 1561:ed420c318557

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Sep 2015 15:50:32 +0300
parents a32df48d88fc
children 0ca33afb461b
comparison
equal deleted inserted replaced
1560:dad3af7a1019 1561:ed420c318557
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="6"> 12 rev="7">
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
28 28
29 <para> 29 <para>
30 This module is not built by default, it should be enabled with 30 This module is not built by default, it should be enabled with
31 the <literal>--with-http_spdy_module</literal> 31 the <literal>--with-http_spdy_module</literal>
32 configuration parameter. 32 configuration parameter.
33 </para>
34
35 <para>
36 <note>
37 This module is not available in the <literal>nginx-plus-http2</literal> package.
38 </note>
33 </para> 39 </para>
34 40
35 </section> 41 </section>
36 42
37 43