]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd.conf
- updated to 1.4.55, partial PLD merge
[packages/lighttpd.git] / lighttpd.conf
index 08c66556da9f000d6666c116c587f4846cdba151..e86ff08679d684ce9a393c75e9d02825eafe28e9 100644 (file)
@@ -1,6 +1,7 @@
 # lighttpd configuration file.
 
-include_shell "for f in conf.d/*.conf ; do [ -f \"$f\" ] && echo \"include \\"$f\\"\" ; done"
+# modules config
+include "conf.d/*.conf"
 
 ## a static document-root, for virtual-hosting take look at the
 ## server.virtual-* options
@@ -180,8 +181,10 @@ server.groupname = "lighttpd"
 ##
 #connection.kbytes-per-second = 32
 
-# webapps configs
+# webapps config
 include "webapps.d/*.conf"
 
 # vhosts config
 include "vhosts.d/*.conf"
+
+## EOF