Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaLLy3K <WaLLy3K@users.noreply.github.com>2017-05-02 10:28:51 +0300
committerGitHub <noreply@github.com>2017-05-02 10:28:51 +0300
commit7bcea98d0cc7fc43298c3945b3f262e9f0e73019 (patch)
tree0994f203706496774ec9c1bbaf4a05c13bb4a7fe /advanced/lighttpd.conf.debian
parent74b15d10d98fa3e1c42b98cb26c81a09408389dd (diff)
Do not activate letsencrypt.conf if found
Diffstat (limited to 'advanced/lighttpd.conf.debian')
-rw-r--r--advanced/lighttpd.conf.debian1
1 files changed, 1 insertions, 0 deletions
diff --git a/advanced/lighttpd.conf.debian b/advanced/lighttpd.conf.debian
index 19b8b186..47f6af02 100644
--- a/advanced/lighttpd.conf.debian
+++ b/advanced/lighttpd.conf.debian
@@ -51,6 +51,7 @@ compress.filetype = ( "application/javascript", "text/css", "text/html
include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.assign.pl"
#include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
+include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"\n' 2>/dev/null"
# If the URL starts with /admin, it is the Web interface
$HTTP["url"] =~ "^/admin/" {