diff xml/ru/docs/http/ngx_http_gzip_static_module.xml @ 351:a4fa80755eab

Consistently strip initial offset in examples.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jan 2012 11:01:22 +0000
parents 099ee546b04e
children be54c443235a
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_gzip_static_module.xml	Tue Jan 24 10:15:25 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_gzip_static_module.xml	Tue Jan 24 11:01:22 2012 +0000
@@ -27,8 +27,8 @@
 
 <para>
 <example>
-    gzip_static  on;
-    gzip_proxied expired no-cache no-store private auth;
+gzip_static  on;
+gzip_proxied expired no-cache no-store private auth;
 </example>
 </para>