From d588dba28ef41126e20036e2d829f51defdd28b0 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 18 Jan 2023 17:47:40 +0000 Subject: [PATCH] Modify the `15-pihole-admin.conf` file in the correct path. Signed-off-by: Adam Warner --- src/s6/debian-root/usr/local/bin/bash_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s6/debian-root/usr/local/bin/bash_functions.sh b/src/s6/debian-root/usr/local/bin/bash_functions.sh index a37cd08..7263291 100644 --- a/src/s6/debian-root/usr/local/bin/bash_functions.sh +++ b/src/s6/debian-root/usr/local/bin/bash_functions.sh @@ -349,7 +349,7 @@ setup_lighttpd_bind() { setup_web_php_env() { local config_file - config_file="/etc/lighttpd/conf-available/15-pihole-admin.conf" + config_file="/etc/lighttpd/conf-enabled/15-pihole-admin.conf" # if the environment variable VIRTUAL_HOST is not set, or is empty, then set it to the IP address of the container if [ -z "${VIRTUAL_HOST}" ] || [ "${VIRTUAL_HOST}" == "" ]; then VIRTUAL_HOST="${FTLCONF_LOCAL_IPV4}"