lighttpd 1.4.x
https://www.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
512 B
22 lines
512 B
####################################################################### |
|
## |
|
## Magnet Module |
|
## --------------- |
|
## |
|
## See https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModMagnet |
|
## |
|
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" ) |
|
|
|
## |
|
#######################################################################
|
|
|