diff xml/en/docs/http/ngx_http_ssl_module.xml @ 2168:3535437f97d2

Deprecated the "ssl" directive for http and mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 25 May 2018 16:21:20 +0300
parents aa5d65fe4916
children f1e12641fc8a
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="38">
+        rev="39">
 
 <section id="summary">
 
@@ -100,12 +100,10 @@ http {
 <context>server</context>
 
 <para>
-Enables the HTTPS protocol for the given virtual server.
-<note>
-It is recommended to use the <literal>ssl</literal> parameter of the
-<link doc="ngx_http_core_module.xml" id="listen"/> directive instead
-of this directive.
-</note>
+This directive was made obsolete in version 1.15.0.
+The <literal>ssl</literal> parameter
+of the <link doc="ngx_http_core_module.xml" id="listen"/> directive
+should be used instead.
 </para>
 
 </directive>