Annotation of embedaddon/lighttpd/doc/config/conf.d/magnet.conf, revision 1.1.1.2

1.1       misho       1: #######################################################################
                      2: ##
                      3: ##  Magnet Module 
                      4: ## --------------- 
                      5: ##
1.1.1.2 ! misho       6: ## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModMagnet
1.1       misho       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>