comparison xml/en/docs/http/ngx_http_xslt_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 dd9fec875834
children 624ac281c628
comparison
equal deleted inserted replaced
545:e97b46d1842d 546:694db9597ee0
172 <context>location</context> 172 <context>location</context>
173 173
174 <para> 174 <para>
175 Enables transformations in responses with the specified MIME types 175 Enables transformations in responses with the specified MIME types
176 in addition to “<literal>text/xml</literal>”. 176 in addition to “<literal>text/xml</literal>”.
177 The special value “<literal>*</literal>” matches any MIME type (0.8.29).
177 If the result of transformation is an HTML response, its MIME type 178 If the result of transformation is an HTML response, its MIME type
178 is changes to “<literal>text/html</literal>”. 179 is changes to “<literal>text/html</literal>”.
179 </para> 180 </para>
180 181
181 </directive> 182 </directive>