comparison xml/en/docs/http/ngx_http_gzip_static_module.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents 934fd358c944
children
comparison
equal deleted inserted replaced
965:fadccc156188 966:95c3c3bbf1ce
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_gzip_static_module</literal> module allows 18 The <literal>ngx_http_gzip_static_module</literal> module allows
19 to send precompressed files with the “<literal>.gz</literal>” 19 sending precompressed files with the “<literal>.gz</literal>”
20 filename extension instead of regular files. 20 filename extension instead of regular files.
21 </para> 21 </para>
22 22
23 <para> 23 <para>
24 This module is not built by default, it should be enabled with the 24 This module is not built by default, it should be enabled with the
71 is used. 71 is used.
72 </para> 72 </para>
73 73
74 <para> 74 <para>
75 The files can be compressed using the <command>gzip</command> command, 75 The files can be compressed using the <command>gzip</command> command,
76 or any other compatible. 76 or any other compatible one.
77 It is recommended that the modification date and time of original and 77 It is recommended that the modification date and time of original and
78 compressed files be the same. 78 compressed files be the same.
79 </para> 79 </para>
80 80
81 </directive> 81 </directive>