diff xml/en/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 694db9597ee0
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_gzip_module.xml
+++ b/xml/en/docs/http/ngx_http_gzip_module.xml
@@ -145,16 +145,16 @@ Sets the minimum HTTP version of a reque
 
 <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>