X-Git-Url: https://git.tld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=mod_trigger_b4_dl.conf;fp=mod_trigger_b4_dl.conf;h=0000000000000000000000000000000000000000;hp=1b633715d77bb52df0ea294148cfd82b48a4182d;hb=79fe78f5ef198f8af6678f7004fd1c20d1294d02;hpb=47a46b80631467d42e733372908dc1e706330f17 diff --git a/mod_trigger_b4_dl.conf b/mod_trigger_b4_dl.conf deleted file mode 100644 index 1b63371..0000000 --- a/mod_trigger_b4_dl.conf +++ /dev/null @@ -1,24 +0,0 @@ -# A module to prevent deep-linking from other sites. -# -# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModTriggerBeforeDownload - -server.modules += ( - "mod_trigger_b4_dl" -) - -## guarded download URL, direct access is denied -#trigger-before-download.download-url = "^/download/" - -## trigger URL to allow downloads from -#trigger-before-download.trigger-url = "^/trigger/" - -## if access to a file is denied, the user is redirected to this URL -#trigger-before-download.deny-url = "/home/services/lighttpd/html/deny.html" - -## access to granted for seconds after the trigger -#trigger-before-download.trigger-timeout = 10 - -## storage of trigger information. If both destinations are provided, -## the GDBM file takes precedence. -#trigger-before-download.gdbm-filename = "/home/services/lighttpd/data/trigger.db" -#trigger-before-download.memcache-hosts = ( "127.0.0.1:11211" )