# HG changeset patch # User Vladimir Homutov # Date 1351697208 0 # Node ID 9c1ffd02f1b71355d3d02713591fd2e3a7b2cde3 # Parent 6a1b1ba62cabe037604dbee4065c43c10277e62d Removed "virtual" and HTTPS references from mail modules. diff --git a/xml/en/docs/mail/ngx_mail_core_module.xml b/xml/en/docs/mail/ngx_mail_core_module.xml --- a/xml/en/docs/mail/ngx_mail_core_module.xml +++ b/xml/en/docs/mail/ngx_mail_core_module.xml @@ -116,7 +116,7 @@ made in this case to determine an addres -Different virtual servers must listen on different +Different servers must listen on different address:port pairs. @@ -190,7 +190,7 @@ parameters --without-mail_imap_ mail -Sets a configuration for the virtual server. +Sets a configuration for the server. @@ -203,7 +203,7 @@ Sets a configuration for the virtual ser server -Sets a name of the virtual server, used: +Sets a name of the server, used: 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 @@ + rev="2">
@@ -41,7 +41,7 @@ library. server -Enables the HTTPS protocol for the given virtual server. +Enables the SSL/TLS protocol for the given server. @@ -55,7 +55,7 @@ Enables the HTTPS protocol for the given Specifies a file with a certificate in the PEM format for the given -virtual server. +server. If intermediate certificates should be specified in addition to a primary certificate, they should be specified in the same file in the following order: the primary certificate comes first, then the intermediate certificates. @@ -72,7 +72,7 @@ A secret key in the PEM format may be pl server -Specifies a file with a secret key in the PEM format for the given virtual +Specifies a file with a secret key in the PEM format for the given server. @@ -163,7 +163,7 @@ The cache size is specified in bytes; on about 4000 sessions. Each shared cache should have an arbitrary name. A cache with the same name can be used in several -virtual servers. +servers. diff --git a/xml/ru/docs/mail/ngx_mail_core_module.xml b/xml/ru/docs/mail/ngx_mail_core_module.xml --- a/xml/ru/docs/mail/ngx_mail_core_module.xml +++ b/xml/ru/docs/mail/ngx_mail_core_module.xml @@ -115,7 +115,7 @@ listen unix:/var/run/nginx.sock; -Разные виртуальные серверы должны слушать на разных парах +Разные серверы должны слушать на разных парах адрес:порт. @@ -188,7 +188,7 @@ listen unix:/var/run/nginx.sock; mail -Задаёт конфигурацию для виртуального сервера. +Задаёт конфигурацию для сервера. 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 @@ + rev="2">
@@ -41,7 +41,7 @@ server -Включает протокол SSL/TLS для данного виртуального сервера. +Включает протокол SSL/TLS для данного сервера. @@ -55,7 +55,7 @@ Указывает файл с сертификатом в формате PEM -для данного виртуального сервера. +для данного сервера. Если вместе с основным сертификатом нужно указать промежуточные, то они должны находиться в этом же файле в следующем порядке — сначала основной сертификат, а затем промежуточные. @@ -73,7 +73,7 @@ Указывает файл с секретным ключом в формате PEM -для данного виртуального сервера. +для данного сервера. @@ -163,7 +163,7 @@ nginx говорит клиенту, что сессии могут использоваться повторно, но около 4000 сессий. У каждого разделяемого кэша должно быть произвольное название. Кэш с одинаковым названием может использоваться в нескольких -виртуальных серверах. +серверах.