X-Git-Url: https://git.tld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=lighttpd.conf;h=e86ff08679d684ce9a393c75e9d02825eafe28e9;hp=08c66556da9f000d6666c116c587f4846cdba151;hb=26fea3db2dc643f86c9df1999b23b430571e17f5;hpb=57f3e316a667299f3c382656ce27e7452823dd7a diff --git a/lighttpd.conf b/lighttpd.conf index 08c6655..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 +# webapps config include "webapps.d/*.conf" # vhosts config include "vhosts.d/*.conf" + +## EOF