blob: 1ebf529bcdecc7b3c53125dd45cc320aec595b7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#######################################################################
##
## Magnet Module
## ---------------
##
## see http://trac.lighttpd.net/trac/wiki/Docs%3AModMagnet
##
server.modules += ( "mod_magnet" )
##
##
##
#magnet.attract-raw-url-to = ( )
##
## as an example for that see the mod_magnet docs and
## http://pixel.global-banlist.de./
##
#magnet.attract-physical-path-to = ( conf_dir + "/cleanurl.lua" )
##
#######################################################################
|