]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd.conf
- 1.4.50 breaks include_shell with our scriptlet, use glob include
[packages/lighttpd.git] / lighttpd.conf
index 75079f7cfccae3a9b3f03e8e00fe4fd6fdf71155..08c66556da9f000d6666c116c587f4846cdba151 100644 (file)
@@ -181,7 +181,7 @@ server.groupname = "lighttpd"
 #connection.kbytes-per-second = 32
 
 # webapps configs
-include_shell "for f in webapps.d/*.conf ; do [ -f \"$f\" ] && echo \"include \\"$f\\"\" ; done"
+include "webapps.d/*.conf"
 
 # vhosts config
-include_shell "for f in vhosts.d/*.conf ; do [ -f \"$f\" ] && echo \"include \\"$f\\"\" ; done"
+include "vhosts.d/*.conf"