lighttpd: remove obsolete exclusion of letsencrypt.conf

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
This commit is contained in:
Glenn Strauss 2022-12-14 22:22:52 -05:00
parent 4a1473aee9
commit 0d5d3a1b22
No known key found for this signature in database
GPG Key ID: 86EFB5FBAF16D0F0
1 changed files with 1 additions and 4 deletions

View File

@ -72,7 +72,4 @@ include "external*.conf"
# default listening port for IPv6 falls back to the IPv4 port
include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
# Prevent Lighttpd from enabling Let's Encrypt SSL for every blocked domain
#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"
include "/etc/lighttpd/conf-enabled/*.conf"