diff xml/ru/docs/http/ngx_http_sub_module.xml @ 920:7afb12159c1d

Translated documentation on ssi/sub_filter/xslt_last_modified into Russian.
author Vladimir Homutov <vl@nginx.com>
date Thu, 30 May 2013 13:03:00 +0400
parents 764fbac1b8b4
children 95c3c3bbf1ce
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_sub_module.xml
+++ b/xml/ru/docs/http/ngx_http_sub_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_sub_module"
         link="/ru/docs/http/ngx_http_sub_module.html"
         lang="ru"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -61,6 +61,28 @@ location / {
 </directive>
 
 
+<directive name="sub_filter_last_modified">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>off</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.5.1</appeared-in>
+
+<para>
+Позволяет сохранить поле заголовка <header>Last-Modified</header>
+исходного ответа во время замены
+для лучшего кэширования ответов.
+</para>
+
+<para>
+По умолчанию поле заголовка удаляется, так как содержимое ответа
+изменяется во время обработки.
+</para>
+
+</directive>
+
+
 <directive name="sub_filter_once">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>on</default>