diff xml/en/docs/http/ngx_http_limit_conn_module.xml @ 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 0ca33afb461b
children d846df055f03
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_conn_module.xml	Thu Dec 10 17:42:48 2015 +0300
+++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml	Sat Dec 12 10:13:08 2015 +0300
@@ -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 @@
 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;