comparison xml/ru/docs/http/ngx_http_map_module.xml @ 385:aef88cb1d75c

Removed extraneous whitespace.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 01 Feb 2012 06:02:05 +0000
parents e5bf97f56d72
children 9913f1d51c07
comparison
equal deleted inserted replaced
384:331a86bc51ff 385:aef88cb1d75c
18 18
19 <section id="example" name="Пример конфигурации"> 19 <section id="example" name="Пример конфигурации">
20 20
21 <para> 21 <para>
22 <example> 22 <example>
23 map $http_host $name { 23 map $http_host $name {
24 hostnames; 24 hostnames;
25 25
26 default 0; 26 default 0;
27 27
28 example.com 1; 28 example.com 1;