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" ## #######################################################################