Skip to content

Commit

Permalink
Fix wrong else case
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Dec 23, 2022
1 parent d5b5492 commit 135847c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfiles/data/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ fi
# Apache 2.2 does not have HTTP/2 support
if [ "${VHOSTGEN_HTTPD_SERVER}" != "apache22" ]; then
env_var_export "HTTP2_ENABLE" "1"
else
export HTTP2_ENABLE=0
fi
env_var_export "DOCKER_LOGS" "1"
Expand Down

0 comments on commit 135847c

Please sign in to comment.