comparison xml/en/docs/http/ngx_http_gzip_module.xml @ 546:694db9597ee0

Documented the special value "*" in various "*_type" directives.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 21 Jun 2012 21:29:00 +0000
parents bb51d3e17dd0
children be54c443235a
comparison
equal deleted inserted replaced
545:e97b46d1842d 546:694db9597ee0
236 <context>location</context> 236 <context>location</context>
237 237
238 <para> 238 <para>
239 Enables gzipping of responses for the specified MIME types in addition 239 Enables gzipping of responses for the specified MIME types in addition
240 to “<literal>text/html</literal>”. 240 to “<literal>text/html</literal>”.
241 The special value “<literal>*</literal>” matches any MIME type (0.8.29).
241 Responses with the type “<literal>text/html</literal>” are always compressed. 242 Responses with the type “<literal>text/html</literal>” are always compressed.
242 </para> 243 </para>
243 244
244 </directive> 245 </directive>
245 246