X-Git-Url: https://git.tld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=lighttpd.conf;h=e86ff08679d684ce9a393c75e9d02825eafe28e9;hp=75079f7cfccae3a9b3f03e8e00fe4fd6fdf71155;hb=HEAD;hpb=569e9ab04d516cfbb5f997b9614e20e31e3f8b56 diff --git a/lighttpd.conf b/lighttpd.conf index 75079f7..e86ff08 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -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 -include_shell "for f in webapps.d/*.conf ; do [ -f \"$f\" ] && echo \"include \\"$f\\"\" ; done" +# webapps config +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" + +## EOF