diff xml/ru/docs/http/ngx_http_gzip_module.xml @ 364:bb51d3e17dd0

Style fixed.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Jan 2012 10:39:12 +0000
parents a4fa80755eab
children f4033b9bc4ec
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_gzip_module.xml	Thu Jan 26 22:12:55 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_gzip_module.xml	Fri Jan 27 10:39:12 2012 +0000
@@ -145,16 +145,16 @@
 
 <directive name="gzip_proxied">
 <syntax>
-  <literal>off</literal> |
-  <literal>expired</literal> |
-  <literal>no-cache</literal> |
-  <literal>no-store</literal> |
-  <literal>private</literal> |
-  <literal>no_last_modified</literal> |
-  <literal>no_etag</literal> |
-  <literal>auth</literal> |
-  <literal>any</literal>
-  ...</syntax>
+    <literal>off</literal> |
+    <literal>expired</literal> |
+    <literal>no-cache</literal> |
+    <literal>no-store</literal> |
+    <literal>private</literal> |
+    <literal>no_last_modified</literal> |
+    <literal>no_etag</literal> |
+    <literal>auth</literal> |
+    <literal>any</literal>
+    ...</syntax>
 <default>off</default>
 <context>http</context>
 <context>server</context>