# HG changeset patch # User Ruslan Ermilov # Date 1328076125 0 # Node ID aef88cb1d75cb9d932b0e56dfac28bd27a7be322 # Parent 331a86bc51ff585d53002a4daf57db61bc5972f7 Removed extraneous whitespace. diff -r 331a86bc51ff -r aef88cb1d75c xml/en/docs/http/ngx_http_map_module.xml --- a/xml/en/docs/http/ngx_http_map_module.xml Wed Feb 01 06:00:57 2012 +0000 +++ b/xml/en/docs/http/ngx_http_map_module.xml Wed Feb 01 06:02:05 2012 +0000 @@ -20,7 +20,7 @@ -map $http_host $name { +map $http_host $name { hostnames; default 0; diff -r 331a86bc51ff -r aef88cb1d75c xml/ru/docs/http/ngx_http_index_module.xml --- a/xml/ru/docs/http/ngx_http_index_module.xml Wed Feb 01 06:00:57 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_index_module.xml Wed Feb 01 06:02:05 2012 +0000 @@ -55,11 +55,11 @@ location’е. Например, в такой конфигурации: -location = / { - index index.html; +location = / { + index index.html; } -location / { +location / { ... } diff -r 331a86bc51ff -r aef88cb1d75c xml/ru/docs/http/ngx_http_map_module.xml --- a/xml/ru/docs/http/ngx_http_map_module.xml Wed Feb 01 06:00:57 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_map_module.xml Wed Feb 01 06:02:05 2012 +0000 @@ -20,7 +20,7 @@ -map $http_host $name { +map $http_host $name { hostnames; default 0;