summaryrefslogtreecommitdiff
path: root/doc/expire.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/expire.txt')
-rw-r--r--doc/expire.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/expire.txt b/doc/expire.txt
index ca59c42..2aee938 100644
--- a/doc/expire.txt
+++ b/doc/expire.txt
@@ -12,17 +12,17 @@ Module: mod_expire
:abstract:
mod_expire controls the setting of the the Expire Response header
-
+
.. meta::
:keywords: lighttpd, expire
-
+
.. contents:: Table of Contents
Description
===========
mod_expire controls the Expire header in the Response Header of HTTP/1.0
-messages. It is usefull to set it for static files which should be cached
+messages. It is usefull to set it for static files which should be cached
aggressivly like images, stylesheets or similar.
Options
@@ -35,8 +35,8 @@ expire.url
<access|modification> <number> <years|months|days|hours|minutes|seconds>
following the syntax used by mod_expire in Apache 1.3.x and later.
-
+
Example: ::
-
+
expire.url = ( "/images/" => "access 1 hour" )
-
+