lighttpd: remove obsolete exclusion of letsencrypt.conf

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
pull/5075/head
Glenn Strauss 1 year ago
parent 4a1473aee9
commit 0d5d3a1b22
No known key found for this signature in database
GPG Key ID: 86EFB5FBAF16D0F0

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

Loading…
Cancel
Save