changeset 1623:a3509ca11ab4

The term "virtual server" is more common in nginx.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 12 Dec 2015 10:13:08 +0300
parents c4c1dddfedac
children 46005596f221
files xml/en/docs/http/ngx_http_limit_conn_module.xml xml/ru/docs/http/ngx_http_limit_conn_module.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_conn_module.xml
+++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_limit_conn_module"
         link="/en/docs/http/ngx_http_limit_conn_module.html"
         lang="en"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -86,7 +86,7 @@ When several <literal>limit_conn</litera
 any configured limit will apply.
 For example, the following configuration will limit the number
 of connections to the server per a client IP and, at the same time,
-the total number of connections to the virtual host:
+the total number of connections to the virtual server:
 <example>
 limit_conn_zone $binary_remote_addr zone=perip:10m;
 limit_conn_zone $server_name zone=perserver:10m;
--- a/xml/ru/docs/http/ngx_http_limit_conn_module.xml
+++ b/xml/ru/docs/http/ngx_http_limit_conn_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_limit_conn_module"
         link="/ru/docs/http/ngx_http_limit_conn_module.html"
         lang="ru"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -86,7 +86,7 @@ IP-адреса.
 при этом будет срабатывать любое из ограничений.
 Например, следующая конфигурация ограничивает число соединений с сервером
 с одного клиентского IP-адреса и в то же время ограничивает общее число
-соединений с виртуальным хостом:
+соединений с виртуальным сервером:
 <example>
 limit_conn_zone $binary_remote_addr zone=perip:10m;
 limit_conn_zone $server_name zone=perserver:10m;