]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.conf
- 1.4.50 breaks include_shell with our scriptlet, use glob include
[packages/lighttpd.git] / lighttpd.conf
index 04973ff445b31f3a191048935b579288fc80d85e..37c6f85f1629b575ff4ac80faaf8288c22d09f0d 100644 (file)
@@ -182,9 +182,9 @@ server.groupname = "lighttpd"
 #connection.kbytes-per-second = 32
 
 # webapps config
-include_shell "for f in webapps.d/*.conf; do [ -f \"$f\" ] && echo \"include \\"$f\\"\"; done; exit 0"
+include "webapps.d/*.conf"
 
 # vhosts config
-include_shell "for f in vhosts.d/*.conf; do [ -f \"$f\" ] && echo \"include \\"$f\\"\"; done; exit 0"
+include "vhosts.d/*.conf"
 
 ## EOF
This page took 0.025953 seconds and 4 git commands to generate.