Syntax: | xslt_last_modified |
---|---|
Default: | xslt_last_modified off; |
Context: | http , server , location |
This directive appeared in version 1.5.1.
Allows preserving the “Last-Modified” header field from the original response during XSLT transformations to facilitate response caching.
By default, the header field is removed as contents of the response are modified during transformations and may contain dynamically generated elements or parts that are changed independently of the original response.
Please login to continue.