X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=lighttpd.conf;h=08c66556da9f000d6666c116c587f4846cdba151;hb=fc6d9212765e910a655eee61397087f2e1a0c2bd;hp=75079f7cfccae3a9b3f03e8e00fe4fd6fdf71155;hpb=569e9ab04d516cfbb5f997b9614e20e31e3f8b56;p=packages%2Flighttpd.git diff --git a/lighttpd.conf b/lighttpd.conf index 75079f7..08c6655 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -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"