diff xml/en/docs/http/ngx_http_core_module.xml @ 2972:9a8d15333a58

Removed obsolete SPDY documentation.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 07 Jun 2023 14:21:30 +0400
parents 23eedf89fd5d
children cbd963190c15
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="104">
+        rev="105">
 
 <section id="directives" name="Directives">
 
@@ -1272,8 +1272,7 @@ The “wait-read-ignore” cycle is repeated, but no longer than specified by the
     [<literal>default_server</literal>]
     [<literal>ssl</literal>]
     [<literal>http2</literal> |
-     <literal>quic</literal> |
-     <literal>spdy</literal>]
+     <literal>quic</literal>]
     [<literal>proxy_protocol</literal>]
     [<literal>setfib</literal>=<value>number</value>]
     [<literal>fastopen</literal>=<value>number</value>]
@@ -1291,8 +1290,7 @@ The “wait-read-ignore” cycle is repeated, but no longer than specified by the
     [<literal>default_server</literal>]
     [<literal>ssl</literal>]
     [<literal>http2</literal> |
-     <literal>quic</literal> |
-     <literal>spdy</literal>]
+     <literal>quic</literal>]
     [<literal>proxy_protocol</literal>]
     [<literal>setfib</literal>=<value>number</value>]
     [<literal>fastopen</literal>=<value>number</value>]
@@ -1310,8 +1308,7 @@ The “wait-read-ignore” cycle is repeated, but no longer than specified by the
     [<literal>default_server</literal>]
     [<literal>ssl</literal>]
     [<literal>http2</literal> |
-     <literal>quic</literal> |
-     <literal>spdy</literal>]
+     <literal>quic</literal>]
     [<literal>proxy_protocol</literal>]
     [<literal>backlog</literal>=<value>number</value>]
     [<literal>rcvbuf</literal>=<value>size</value>]
@@ -1395,14 +1392,6 @@ The <literal>quic</literal> parameter (1
 </para>
 
 <para>
-The <literal>spdy</literal> parameter (1.3.15-1.9.4) allows accepting
-<link doc="ngx_http_spdy_module.xml">SPDY</link> connections on this port.
-Normally, for this to work the <literal>ssl</literal> parameter should be
-specified as well, but nginx can also be configured to accept SPDY
-connections without SSL.
-</para>
-
-<para>
 The <literal>proxy_protocol</literal> parameter (1.5.12)
 allows specifying that all connections accepted on this port should use the
 <link url="http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt">PROXY