]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_trigger_b4_dl.conf
- merged 1.4.71 from PLD
[packages/lighttpd.git] / mod_trigger_b4_dl.conf
diff --git a/mod_trigger_b4_dl.conf b/mod_trigger_b4_dl.conf
deleted file mode 100644 (file)
index 1b63371..0000000
+++ /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 <download-url>
-#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 <timeout> 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" )