]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_trigger_b4_dl.conf
- md5
[packages/lighttpd.git] / lighttpd-mod_trigger_b4_dl.conf
index 8bb5b28b4c520327774e639fb5566db212486f9d..1b633715d77bb52df0ea294148cfd82b48a4182d 100644 (file)
@@ -1,3 +1,24 @@
+# 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" )
This page took 0.027002 seconds and 4 git commands to generate.