]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_trigger_b4_dl.conf
up to 1.4.38
[packages/lighttpd.git] / lighttpd-mod_trigger_b4_dl.conf
1 # A module to prevent deep-linking from other sites.
2 #
3 # Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModTriggerBeforeDownload
4
5 server.modules += (
6         "mod_trigger_b4_dl"
7 )
8
9 ## guarded download URL, direct access is denied
10 #trigger-before-download.download-url = "^/download/"
11
12 ## trigger URL to allow downloads from <download-url>
13 #trigger-before-download.trigger-url = "^/trigger/"
14
15 ## if access to a file is denied, the user is redirected to this URL
16 #trigger-before-download.deny-url = "/home/services/lighttpd/html/deny.html"
17
18 ## access to granted for <timeout> seconds after the trigger
19 #trigger-before-download.trigger-timeout = 10
20
21 ## storage of trigger information. If both destinations are provided,
22 ## the GDBM file takes precedence.
23 #trigger-before-download.gdbm-filename = "/home/services/lighttpd/data/trigger.db"
24 #trigger-before-download.memcache-hosts = ( "127.0.0.1:11211" )
This page took 0.15156 seconds and 3 git commands to generate.