diff xml/ru/docs/http/ngx_http_map_module.xml @ 490:9913f1d51c07

Replaced "nginx" domain names with example domains.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 19 Apr 2012 12:30:24 +0000
parents aef88cb1d75c
children 17ceffcc7ffb
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_map_module.xml
+++ b/xml/ru/docs/http/ngx_http_map_module.xml
@@ -27,9 +27,9 @@ map $http_host $name {
 
     example.com   1;
     *.example.com 1;
-    test.com      2;
-    *.test.com    2;
-    .site.com     3;
+    example.org   2;
+    *.example.org 2;
+    .example.net  3;
     wap.*         4;
 }
 </example>