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	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’е.
 Например, в такой конфигурации:
 <example>
-location  = /  {
-    index  index.html;
+location = / {
+    index index.html;
 }
 
-location  /  {
+location / {
     ...
 }
 </example>