lighttpd1.4/doc/config/conf.d/magnet.conf
2024-12-23 15:10:16 +08:00

18 lines
478 B
Plaintext

#######################################################################
##
## Magnet Module
## ---------------
##
## https://wiki.lighttpd.net/mod_magnet
##
server.modules += ( "mod_magnet" )
#magnet.attract-raw-url-to = ( conf_dir + "/example-url.lua" )
#magnet.attract-physical-path-to = ( conf_dir + "/example-filepath.lua" )
#magnet.attract-response-to = ( conf_dir + "/example-response.lua" )
##
#######################################################################