comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 2978:2b02fee0d12e

Documented removal of the ssl directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Jun 2023 19:24:58 +0100
parents 37e082fd009c
children 0e805229dd19
comparison
equal deleted inserted replaced
2977:e4718be70b33 2978:2b02fee0d12e
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="60"> 13 rev="61">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
98 <default>off</default> 98 <default>off</default>
99 <context>http</context> 99 <context>http</context>
100 <context>server</context> 100 <context>server</context>
101 101
102 <para> 102 <para>
103 This directive was made obsolete in version 1.15.0. 103 This directive was made obsolete in version 1.15.0
104 and was removed in version 1.25.1.
104 The <literal>ssl</literal> parameter 105 The <literal>ssl</literal> parameter
105 of the <link doc="ngx_http_core_module.xml" id="listen"/> directive 106 of the <link doc="ngx_http_core_module.xml" id="listen"/> directive
106 should be used instead. 107 should be used instead.
107 </para> 108 </para>
108 109