Skip to content

Commit

Permalink
Merge pull request #1284 from pi-hole/remove-PHP_ENV_CONFIG_var
Browse files Browse the repository at this point in the history
Modify the `15-pihole-admin.conf` file in the correct path....
  • Loading branch information
PromoFaux committed Jan 18, 2023
2 parents b96b257 + d588dba commit 671f988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s6/debian-root/usr/local/bin/bash_functions.sh
Expand Up @@ -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}"
Expand Down

0 comments on commit 671f988

Please sign in to comment.