comparison xml/en/index.xml @ 1566:0ca33afb461b

Added the http2 module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 15 Sep 2015 21:00:27 +0300
parents b31cffc1df98
children edfffcdce4d3
comparison
equal deleted inserted replaced
1565:300349b7aef3 1566:0ca33afb461b
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
7 7
8 <article name="nginx" 8 <article name="nginx"
9 link="/en/" 9 link="/en/"
10 lang="en" 10 lang="en"
11 rev="43"> 11 rev="44">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
92 parallel if they are handled by proxied or FastCGI/uwsgi/SCGI servers; 92 parallel if they are handled by proxied or FastCGI/uwsgi/SCGI servers;
93 </listitem> 93 </listitem>
94 94
95 <listitem> 95 <listitem>
96 <link doc="docs/http/ngx_http_ssl_module.xml">SSL and 96 <link doc="docs/http/ngx_http_ssl_module.xml">SSL and
97 TLS SNI support</link>. 97 TLS SNI support</link>;
98 </listitem>
99
100 <listitem>
101 Support for <link doc="docs/http/ngx_http_v2_module.xml">HTTP/2</link>
102 with weighted and dependency-based prioritization.
98 </listitem> 103 </listitem>
99 104
100 </list> 105 </list>
101 </para> 106 </para>
102 107