This file is indexed.

/etc/lighttpd/conf-available/10-trigger-b4-dl.conf is in lighttpd-mod-trigger-b4-dl 1.4.35-4ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
## A module to prevent deep-linking from other sites.
## 
# /usr/share/doc/lighttpd/trigger-b4-dl.html

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 = "/var/www/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 = "/var/www/data/trigger.db"
#trigger-before-download.memcache-hosts = ( "127.0.0.1:11211" )