xml/en/docs/http/ngx_http_ssl_module.xml |  5 +++--
 xml/en/docs/mail/ngx_mail_ssl_module.xml |  5 +++--
 xml/ru/docs/http/ngx_http_ssl_module.xml |  5 +++--
 xml/ru/docs/mail/ngx_mail_ssl_module.xml |  5 +++--
 4 files changed, 12 insertions(+), 8 deletions(-)


# HG changeset patch
# User Yaroslav Zhuravlev <y...@nginx.com>
# Date 1686664761 -3600
#      Tue Jun 13 14:59:21 2023 +0100
# Node ID d3d92847093849fe5aabc0f691409eae116390bc
# Parent  4bb6a5759758dab2351f70cdd5942a7d1ed03e99
Documented removal of the ssl directive.

diff --git a/xml/en/docs/http/ngx_http_ssl_module.xml b/xml/en/docs/http/ngx_http_ssl_module.xml
--- 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="60">
+        rev="61">
 
 <section id="summary">
 
@@ -100,7 +100,8 @@
 <context>server</context>
 
 <para>
-This directive was made obsolete in version 1.15.0.
+This directive was made obsolete in version 1.15.0
+and was removed in version 1.25.1.
 The <literal>ssl</literal> parameter
 of the <link doc="ngx_http_core_module.xml" id="listen"/> directive
 should be used instead.
diff --git a/xml/en/docs/mail/ngx_mail_ssl_module.xml b/xml/en/docs/mail/ngx_mail_ssl_module.xml
--- a/xml/en/docs/mail/ngx_mail_ssl_module.xml
+++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_ssl_module"
         link="/en/docs/mail/ngx_mail_ssl_module.html"
         lang="en"
-        rev="27">
+        rev="28">
 
 <section id="summary">
 
@@ -93,7 +93,8 @@
 <context>server</context>
 
 <para>
-This directive was made obsolete in version 1.15.0.
+This directive was made obsolete in version 1.15.0
+and was removed in version 1.25.1.
 The <literal>ssl</literal> parameter
 of the <link doc="ngx_mail_core_module.xml" id="listen"/> directive
 should be used instead.
diff --git a/xml/ru/docs/http/ngx_http_ssl_module.xml b/xml/ru/docs/http/ngx_http_ssl_module.xml
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="60">
+        rev="61">
 
 <section id="summary">
 
@@ -100,7 +100,8 @@
 <context>server</context>
 
 <para>
-Эта директива устарела в версии 1.15.0.
+Эта директива устарела в версии 1.15.0
+и была удалена в версии 1.25.1.
 Вместо неё следует
 использовать параметр <literal>ssl</literal>
 директивы <link doc="ngx_http_core_module.xml" id="listen"/>.
diff --git a/xml/ru/docs/mail/ngx_mail_ssl_module.xml b/xml/ru/docs/mail/ngx_mail_ssl_module.xml
--- a/xml/ru/docs/mail/ngx_mail_ssl_module.xml
+++ b/xml/ru/docs/mail/ngx_mail_ssl_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_ssl_module"
         link="/ru/docs/mail/ngx_mail_ssl_module.html"
         lang="ru"
-        rev="27">
+        rev="28">
 
 <section id="summary">
 
@@ -93,7 +93,8 @@
 <context>server</context>
 
 <para>
-Эта директива устарела в версии 1.15.0.
+Эта директива устарела в версии 1.15.0
+и была удалена в версии 1.25.1.
 Вместо неё следует
 использовать параметр <literal>ssl</literal>
 директивы <link doc="ngx_mail_core_module.xml" id="listen"/>.
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to