--- elwix/config/etc/default/lighttpd/conf.d/magnet.conf.sample 2013/10/14 15:19:38 1.1 +++ elwix/config/etc/default/lighttpd/conf.d/magnet.conf.sample 2014/01/05 23:14:25 1.2 @@ -0,0 +1,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" ) + +## +#######################################################################