summaryrefslogtreecommitdiff
path: root/files/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'files/lighttpd.conf')
-rw-r--r--files/lighttpd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/lighttpd.conf b/files/lighttpd.conf
index 2e0b68e..c84faa8 100644
--- a/files/lighttpd.conf
+++ b/files/lighttpd.conf
@@ -324,4 +324,6 @@ server.groupname = "lighttpd"
## include configuration snippets, usually provided by packages
include_shell "find /etc/lighttpd/conf.d -maxdepth 1 -name '*.conf' -exec cat {} \;"
+# include vhost snippets
+include_shell "find /etc/lighttpd/vhosts.d -maxdepth 1 -name '*.conf' -exec cat {} \;"