Diff for /elwix/config/etc/default/lighttpd/conf.d/expire.conf between versions 1.1 and 1.2

version 1.1, 2013/10/14 15:19:38 version 1.2, 2014/01/05 23:14:24
Line 0 Line 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"
   #)
   
   ##
   #######################################################################

Removed from v.1.1  
changed lines
  Added in v.1.2


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