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

15 lines
247 B
Plaintext
Raw Permalink Normal View History

2024-12-23 15:10:16 +08:00
#######################################################################
##
## Foo Module
## ---------------
##
server.modules += ( "mod_Foo" )
##
## foo
##
#foo.bar = 1
##
#######################################################################