changeset 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 22a8a2923a2f
children b2d6594d2678
files xml/en/docs/http/ngx_http_ssl_module.xml xml/en/docs/mail/ngx_mail_ssl_module.xml xml/ru/docs/http/ngx_http_ssl_module.xml xml/ru/docs/mail/ngx_mail_ssl_module.xml
diffstat 4 files changed, 20 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Wed May 23 18:21:07 2018 +0300
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Fri May 25 16:21:20 2018 +0300
@@ -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 @@
 <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>
--- a/xml/en/docs/mail/ngx_mail_ssl_module.xml	Wed May 23 18:21:07 2018 +0300
+++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml	Fri May 25 16:21:20 2018 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_ssl_module"
         link="/en/docs/mail/ngx_mail_ssl_module.html"
         lang="en"
-        rev="17">
+        rev="18">
 
 <section id="summary">
 
@@ -93,7 +93,10 @@
 <context>server</context>
 
 <para>
-Enables the SSL/TLS protocol for the given server.
+This directive was made obsolete in version 1.15.0.
+The <literal>ssl</literal> parameter
+of the <link doc="ngx_mail_core_module.xml" id="listen"/> directive
+should be used instead.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Wed May 23 18:21:07 2018 +0300
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Fri May 25 16:21:20 2018 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="38">
+        rev="39">
 
 <section id="summary">
 
@@ -100,12 +100,10 @@
 <context>server</context>
 
 <para>
-Включает протокол HTTPS для данного виртуального сервера.
-<note>
-Вместо этой директивы рекомендуется использовать параметр
-<literal>ssl</literal> директивы
-<link doc="ngx_http_core_module.xml" id="listen"/>.
-</note>
+Эта директива устарела в версии 1.15.0.
+Вместо неё следует
+использовать параметр <literal>ssl</literal>
+директивы <link doc="ngx_http_core_module.xml" id="listen"/>.
 </para>
 
 </directive>
--- a/xml/ru/docs/mail/ngx_mail_ssl_module.xml	Wed May 23 18:21:07 2018 +0300
+++ b/xml/ru/docs/mail/ngx_mail_ssl_module.xml	Fri May 25 16:21:20 2018 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_ssl_module"
         link="/ru/docs/mail/ngx_mail_ssl_module.html"
         lang="ru"
-        rev="17">
+        rev="18">
 
 <section id="summary">
 
@@ -93,7 +93,10 @@
 <context>server</context>
 
 <para>
-Включает протокол SSL/TLS для данного сервера.
+Эта директива устарела в версии 1.15.0.
+Вместо неё следует
+использовать параметр <literal>ssl</literal>
+директивы <link doc="ngx_mail_core_module.xml" id="listen"/>.
 </para>
 
 </directive>