comparison xml/en/docs/http/ngx_http_core_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 eb6409ad9dca
children 1a05fd32dca8
comparison
equal deleted inserted replaced
1635:280cf6c0888a 1636:44c4323144c5
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="51"> 13 rev="52">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
1231 The <literal>http2</literal> parameter (1.9.5) configures the port to accept 1231 The <literal>http2</literal> parameter (1.9.5) configures the port to accept
1232 <link doc="ngx_http_v2_module.xml">HTTP/2</link> connections. 1232 <link doc="ngx_http_v2_module.xml">HTTP/2</link> connections.
1233 Normally, for this to work the <literal>ssl</literal> parameter should be 1233 Normally, for this to work the <literal>ssl</literal> parameter should be
1234 specified as well, but nginx can also be configured to accept HTTP/2 1234 specified as well, but nginx can also be configured to accept HTTP/2
1235 connections without SSL. 1235 connections without SSL.
1236 <note>
1237 The <literal>http2</literal> parameter is also available in the
1238 <literal>nginx-plus-http2</literal> package (NGINX Plus release 7).
1239 Since HTTP/2 supersedes SPDY, the <literal>nginx-plus-http2</literal>
1240 package does not support the <literal>spdy</literal> parameter.
1241 </note>
1242 </para> 1236 </para>
1243 1237
1244 <para> 1238 <para>
1245 The <literal>spdy</literal> parameter (1.3.15-1.9.4) allows accepting 1239 The <literal>spdy</literal> parameter (1.3.15-1.9.4) allows accepting
1246 <link doc="ngx_http_spdy_module.xml">SPDY</link> connections on this port. 1240 <link doc="ngx_http_spdy_module.xml">SPDY</link> connections on this port.