lighttpd1.4/doc/config/conf.d/mod.template

17 lines
302 B
Plaintext

#######################################################################
##
## Foo Module
## ---------------
##
## http://www.lighttpd.net/documentation/Foo.html
##
server.modules += ( "mod_Foo" )
##
## foo
##
#foo.bar = 1
##
#######################################################################