Annotation of elwix/config/etc/default/lighttpd/conf.d/magnet.conf, revision 1.2

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>