From 5b4bf5ffc8a02cc1cb9e063a79fd93fb500da2cf Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Tue, 6 Jul 2021 12:04:18 +0200 Subject: #1048: Fix boot issues in ogLive with Kernel 5.11 --- client/shared/lib/httpd/lighttpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/shared/lib/httpd/lighttpd.conf') diff --git a/client/shared/lib/httpd/lighttpd.conf b/client/shared/lib/httpd/lighttpd.conf index 7a11040b..ce1efa52 100644 --- a/client/shared/lib/httpd/lighttpd.conf +++ b/client/shared/lib/httpd/lighttpd.conf @@ -145,11 +145,11 @@ compress.filetype = ("text/plain", "text/html", "application/x-javascr #### external configuration files ## mimetype mapping -include_shell "/usr/share/lighttpd/create-mime.assign.pl" +include_shell "/usr/share/lighttpd/create-mime.conf.pl" ## load enabled configuration files, ## read /etc/lighttpd/conf-available/README first -include_shell "/usr/share/lighttpd/include-conf-enabled.pl" +include "/etc/lighttpd/conf-enabled/*.conf" #### handle Debian Policy Manual, Section 11.5. urls ## by default allow them only from localhost -- cgit v1.2.3-18-g5258