# HG changeset patch # User Yaroslav Zhuravlev # Date 1527254480 -10800 # Node ID 3535437f97d2933a3bbc7bfd4343c17262afceb4 # Parent 22a8a2923a2f63e6729c72c0fa4e6ad4468d232d Deprecated the "ssl" directive for http and mail. diff -r 22a8a2923a2f -r 3535437f97d2 xml/en/docs/http/ngx_http_ssl_module.xml --- 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 @@ + rev="39">
@@ -100,12 +100,10 @@ server -Enables the HTTPS protocol for the given virtual server. - -It is recommended to use the ssl parameter of the - directive instead -of this directive. - +This directive was made obsolete in version 1.15.0. +The ssl parameter +of the directive +should be used instead. diff -r 22a8a2923a2f -r 3535437f97d2 xml/en/docs/mail/ngx_mail_ssl_module.xml --- 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 @@ + rev="18">
@@ -93,7 +93,10 @@ server -Enables the SSL/TLS protocol for the given server. +This directive was made obsolete in version 1.15.0. +The ssl parameter +of the directive +should be used instead. diff -r 22a8a2923a2f -r 3535437f97d2 xml/ru/docs/http/ngx_http_ssl_module.xml --- 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 @@ + rev="39">
@@ -100,12 +100,10 @@ server -Включает протокол HTTPS для данного виртуального сервера. - -Вместо этой директивы рекомендуется использовать параметр -ssl директивы -. - +Эта директива устарела в версии 1.15.0. +Вместо неё следует +использовать параметр ssl +директивы . diff -r 22a8a2923a2f -r 3535437f97d2 xml/ru/docs/mail/ngx_mail_ssl_module.xml --- 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 @@ + rev="18">
@@ -93,7 +93,10 @@ server -Включает протокол SSL/TLS для данного сервера. +Эта директива устарела в версии 1.15.0. +Вместо неё следует +использовать параметр ssl +директивы .