Diff for /elwix/config/etc/default/lighttpd/conf.d/secdownload.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:25
Line 0 Line 1
   #######################################################################
   ##
   ##  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/"
   
   ##
   #######################################################################

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


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