diff xml/ru/docs/http/ngx_http_index_module.xml @ 385:aef88cb1d75c

Removed extraneous whitespace.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 01 Feb 2012 06:02:05 +0000
parents a4fa80755eab
children be54c443235a
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_index_module.xml
+++ b/xml/ru/docs/http/ngx_http_index_module.xml
@@ -55,11 +55,11 @@ index index.$geo.html index.0.html /inde
 location’е.
 Например, в такой конфигурации:
 <example>
-location  = /  {
-    index  index.html;
+location = / {
+    index index.html;
 }
 
-location  /  {
+location / {
     ...
 }
 </example>