lighttpd1.4/doc/config/conf.d/expire.conf

23 lines
577 B
Plaintext
Raw Permalink Normal View History

2024-12-23 15:10:16 +08:00
#######################################################################
##
## Expire Module
## ---------------
##
## https://wiki.lighttpd.net/mod_expire
##
server.modules += ( "mod_expire" )
##
## assigns an 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"
#)
##
#######################################################################