]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.conf
use blob include for conf.d as well
[packages/lighttpd.git] / lighttpd.conf
index 37c6f85f1629b575ff4ac80faaf8288c22d09f0d..e86ff08679d684ce9a393c75e9d02825eafe28e9 100644 (file)
@@ -1,7 +1,7 @@
 # lighttpd configuration file.
 
 # modules config
-include_shell "for f in conf.d/*.conf; do [ -f \"$f\" ] && echo \"include \\"$f\\"\"; done; exit 0"
+include "conf.d/*.conf"
 
 ## a static document-root, for virtual-hosting take look at the
 ## server.virtual-* options
This page took 0.055997 seconds and 4 git commands to generate.