comparison xml/en/docs/http/ngx_http_ssi_module.xml @ 918:ae785c6aaa91

Documented ssi/sub_filter/xslt_last_modified.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 May 2013 12:29:56 +0400
parents 7b28d6ae4539
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
917:e26a18eb5ccd 918:ae785c6aaa91
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssi_module" 10 <module name="Module ngx_http_ssi_module"
11 link="/en/docs/http/ngx_http_ssi_module.html" 11 link="/en/docs/http/ngx_http_ssi_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssi_module</literal> module is a filter 18 The <literal>ngx_http_ssi_module</literal> module is a filter
48 <context>location</context> 48 <context>location</context>
49 <context>if in location</context> 49 <context>if in location</context>
50 50
51 <para> 51 <para>
52 Enables or disables processing of SSI commands in responses. 52 Enables or disables processing of SSI commands in responses.
53 </para>
54
55 </directive>
56
57
58 <directive name="ssi_last_modified">
59 <syntax><literal>on</literal> | <literal>off</literal></syntax>
60 <default>off</default>
61 <context>http</context>
62 <context>server</context>
63 <context>location</context>
64 <appeared-in>1.5.1</appeared-in>
65
66 <para>
67 Allows to preserve the <header>Last-Modified</header> header field
68 from the original response during SSI processing
69 to facilitate response caching.
70 </para>
71
72 <para>
73 By default, the header field is removed as contents of the response
74 are modified during processing and may contain dynamically generated elements
75 or parts that are changed independently of the original response.
53 </para> 76 </para>
54 77
55 </directive> 78 </directive>
56 79
57 80