From 19e100a4726a0f26b9844e694e61cc4191c62260 Mon Sep 17 00:00:00 2001 From: clime Date: Thu, 23 Aug 2018 14:45:19 +0200 Subject: [PATCH] copr-be-dev: fix lighttpd conf --- roles/copr/backend/files/lighttpd/lighttpd_dev.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/files/lighttpd/lighttpd_dev.conf b/roles/copr/backend/files/lighttpd/lighttpd_dev.conf index ba3d6b7482..1bf908e09f 100644 --- a/roles/copr/backend/files/lighttpd/lighttpd_dev.conf +++ b/roles/copr/backend/files/lighttpd/lighttpd_dev.conf @@ -456,7 +456,7 @@ server.upload-dirs = ( "/var/tmp" ) ## custom includes like vhosts. ## #include "conf.d/config.conf" -include_shell "cat /etc/lighttpd/vhosts.d/*.conf" +#include_shell "cat /etc/lighttpd/vhosts.d/*.conf" ## #######################################################################