File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / lighttpd / conf.d / expire.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Jan 5 23:14:24 2014 UTC (10 years, 6 months ago) by misho
Branches: MAIN
CVS tags: elwix2_3, elwix2_2, HEAD, ELWIX2_2p0, ELWIX2_1
version 2.1

#######################################################################
##
##  Expire Module 
## --------------- 
##
## See http://www.lighttpd.net/documentation/expire.html
##
server.modules += ( "mod_expire" )

##
##  assignes a expiration to all files below the specified path. The
##  specification of the time is made up of:
##
##    <access|modification> <number> <years|months|days|hours|minutes|seconds>
##    
#expire.url = (
#  "/buggy/"  => "access 2 hours",
#  "/images/" => "access plus 1 seconds 2 minutes"
#)

##
#######################################################################

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>