diff options
Diffstat (limited to 'doc/config/conf.d/mod.template')
| -rw-r--r-- | doc/config/conf.d/mod.template | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/config/conf.d/mod.template b/doc/config/conf.d/mod.template new file mode 100644 index 0000000..fcfdac4 --- /dev/null +++ b/doc/config/conf.d/mod.template @@ -0,0 +1,16 @@ +####################################################################### +## +## Foo Module +## --------------- +## +## http://www.lighttpd.net/documentation/Foo.html +## +server.modules += ( "mod_Foo" ) + +## +## foo +## +#foo.bar = 1 + +## +####################################################################### |
