changeset 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 e97b46d1842d
children 32dd85720515
files xml/en/docs/http/ngx_http_addition_module.xml xml/en/docs/http/ngx_http_charset_module.xml xml/en/docs/http/ngx_http_gzip_module.xml xml/en/docs/http/ngx_http_ssi_module.xml xml/en/docs/http/ngx_http_sub_module.xml xml/en/docs/http/ngx_http_xslt_module.xml xml/ru/docs/http/ngx_http_addition_module.xml xml/ru/docs/http/ngx_http_charset_module.xml xml/ru/docs/http/ngx_http_gzip_module.xml xml/ru/docs/http/ngx_http_ssi_module.xml xml/ru/docs/http/ngx_http_sub_module.xml xml/ru/docs/http/ngx_http_xslt_module.xml
diffstat 12 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_addition_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/en/docs/http/ngx_http_addition_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -72,6 +72,7 @@
 <para>
 Allows to add text in responses with the specified MIME types,
 in addition to “<literal>text/html</literal>”.
+The special value “<literal>*</literal>” matches any MIME type (0.8.29).
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_charset_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/en/docs/http/ngx_http_charset_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -166,6 +166,7 @@
 <para>
 Enables module processing in responses with the specified MIME types
 in addition to “<literal>text/html</literal>”.
+The special value “<literal>*</literal>” matches any MIME type (0.8.29).
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_gzip_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/en/docs/http/ngx_http_gzip_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -238,6 +238,7 @@
 <para>
 Enables gzipping of responses for the specified MIME types in addition
 to “<literal>text/html</literal>”.
+The special value “<literal>*</literal>” matches any MIME type (0.8.29).
 Responses with the type “<literal>text/html</literal>” are always compressed.
 </para>
 
--- a/xml/en/docs/http/ngx_http_ssi_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/en/docs/http/ngx_http_ssi_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -75,6 +75,7 @@
 <para>
 Enables processing of SSI commands in responses with the specified MIME types
 in addition to “<literal>text/html</literal>”.
+The special value “<literal>*</literal>” matches any MIME type (0.8.29).
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_sub_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/en/docs/http/ngx_http_sub_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -80,6 +80,7 @@
 <para>
 Enables string replacement in responses with the specified MIME types
 in addition to “<literal>text/html</literal>”.
+The special value “<literal>*</literal>” matches any MIME type (0.8.29).
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_xslt_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/en/docs/http/ngx_http_xslt_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -174,6 +174,7 @@
 <para>
 Enables transformations in responses with the specified MIME types
 in addition to “<literal>text/xml</literal>”.
+The special value “<literal>*</literal>” matches any MIME type (0.8.29).
 If the result of transformation is an HTML response, its MIME type
 is changes to “<literal>text/html</literal>”.
 </para>
--- a/xml/ru/docs/http/ngx_http_addition_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_addition_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -72,6 +72,8 @@
 <para>
 Разрешает добавлять текст в ответах с указанными MIME-типами
 в дополнение к “<literal>text/html</literal>”.
+Специальное значение “<literal>*</literal>” соответствует любому MIME-типу
+(0.8.29).
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_charset_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_charset_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -165,6 +165,8 @@
 <para>
 Разрешает работу модуля в ответах с указанными MIME-типами
 в дополнение к “<literal>text/html</literal>”.
+Специальное значение “<literal>*</literal>” соответствует любому MIME-типу
+(0.8.29).
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_gzip_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_gzip_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -237,6 +237,8 @@
 <para>
 Разрешает сжатие ответа методом gzip для указанных MIME-типов в дополнение
 к “<literal>text/html</literal>”.
+Специальное значение “<literal>*</literal>” соответствует любому MIME-типу
+(0.8.29).
 Ответы с типом “<literal>text/html</literal>” сжимаются всегда.
 </para>
 
--- a/xml/ru/docs/http/ngx_http_ssi_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_ssi_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -75,6 +75,8 @@
 <para>
 Разрешает обработку команд SSI в ответах с указанными MIME-типами
 в дополнение к “<literal>text/html</literal>”.
+Специальное значение “<literal>*</literal>” соответствует любому MIME-типу
+(0.8.29).
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_sub_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_sub_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -80,6 +80,8 @@
 <para>
 Разрешает замену строк в ответах с указанными MIME-типами
 в дополнение к “<literal>text/html</literal>”.
+Специальное значение “<literal>*</literal>” соответствует любому MIME-типу
+(0.8.29).
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_xslt_module.xml	Thu Jun 21 10:58:32 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_xslt_module.xml	Thu Jun 21 21:29:00 2012 +0000
@@ -172,6 +172,8 @@
 <para>
 Разрешает преобразования в ответах с указанными MIME-типами
 в дополнение к “<literal>text/xml</literal>”.
+Специальное значение “<literal>*</literal>” соответствует любому MIME-типу
+(0.8.29).
 Если в результате преобразования выдаётся HTML-ответ, то его MIME-тип
 меняется на “<literal>text/html</literal>”.
 </para>