File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / doc / config / conf.d / secdownload.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 10:32:48 2013 UTC (10 years, 9 months ago) by misho
Branches: lighttpd, MAIN
CVS tags: v1_4_35p0, v1_4_35, v1_4_33, HEAD
1.4.33

#######################################################################
##
##  Secure Download Module 
## ------------------------ 
##
## see http://www.lighttpd.net/documentation/secdownload.html
##
server.modules += ( "mod_secdownload" )

##
## Document root for the download area.
## The directory should not be below your normal 
## document root! 
##
#secdownload.document-root = server_root + "/downloads"

##
## Secret string that will be used for the checksum calculation.
##
#secdownload.secret = ""

##
## How long is the secret valid?
##
## Default: 60 seconds
##
#secdownload.timeout = 60

##
## Prefix for the download area. 
##
#secdownload.uri-prefix = "/download/"

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

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