changeset 751:9c1ffd02f1b7

Removed "virtual" and HTTPS references from mail modules.
author Vladimir Homutov <vl@nginx.com>
date Wed, 31 Oct 2012 15:26:48 +0000
parents 6a1b1ba62cab
children d26a60eab2b5
files xml/en/docs/mail/ngx_mail_core_module.xml xml/en/docs/mail/ngx_mail_ssl_module.xml xml/ru/docs/mail/ngx_mail_core_module.xml xml/ru/docs/mail/ngx_mail_ssl_module.xml
diffstat 4 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- 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
 </para>
 
 <para>
-Different virtual servers must listen on different
+Different servers must listen on different
 <value>address</value>:<value>port</value> pairs.
 </para>
 
@@ -190,7 +190,7 @@ parameters <literal>--without-mail_imap_
 <context>mail</context>
 
 <para>
-Sets a configuration for the virtual server.
+Sets a configuration for the server.
 </para>
 
 </directive>
@@ -203,7 +203,7 @@ Sets a configuration for the virtual ser
 <context>server</context>
 
 <para>
-Sets a name of the virtual server, used:
+Sets a name of the server, used:
 
 <list type="bullet">
 
--- 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="1">
+        rev="2">
 
 <section id="summary">
 
@@ -41,7 +41,7 @@ library.
 <context>server</context>
 
 <para>
-Enables the HTTPS protocol for the given virtual server.
+Enables the SSL/TLS protocol for the given server.
 </para>
 
 </directive>
@@ -55,7 +55,7 @@ Enables the HTTPS protocol for the given
 
 <para>
 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
 <context>server</context>
 
 <para>
-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.
 </para>
 
@@ -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.
 </tag-desc>
 
 </list>
--- 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;
 </para>
 
 <para>
-Разные виртуальные серверы должны слушать на разных парах
+Разные серверы должны слушать на разных парах
 <value>адрес</value>:<value>порт</value>.
 </para>
 
@@ -188,7 +188,7 @@ listen unix:/var/run/nginx.sock;
 <context>mail</context>
 
 <para>
-Задаёт конфигурацию для виртуального сервера.
+Задаёт конфигурацию для сервера.
 </para>
 
 </directive>
--- 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="1">
+        rev="2">
 
 <section id="summary">
 
@@ -41,7 +41,7 @@
 <context>server</context>
 
 <para>
-Включает протокол SSL/TLS для данного виртуального сервера.
+Включает протокол SSL/TLS для данного сервера.
 </para>
 
 </directive>
@@ -55,7 +55,7 @@
 
 <para>
 Указывает файл с сертификатом в формате PEM
-для данного виртуального сервера.
+для данного сервера.
 Если вместе с основным сертификатом нужно указать промежуточные,
 то они должны находиться в этом же файле в следующем порядке — сначала
 основной сертификат, а затем промежуточные.
@@ -73,7 +73,7 @@
 
 <para>
 Указывает файл с секретным ключом в формате PEM
-для данного виртуального сервера.
+для данного сервера.
 </para>
 
 </directive>
@@ -163,7 +163,7 @@ nginx говорит клиенту, что сессии могут использоваться повторно, но
 около 4000 сессий.
 У каждого разделяемого кэша должно быть произвольное название.
 Кэш с одинаковым названием может использоваться в нескольких
-виртуальных серверах.
+серверах.
 </tag-desc>
 
 </list>