Skip to content

Commit

Permalink
Merge pull request #1101 from nscuro/backport-pr-1078
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Nov 29, 2024
2 parents 958bc3d + da6d4b5 commit f0744b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ entrypoint_log() {
}

ME=$(basename $0)
DEFAULT_CONF_FILE="etc/nginx/conf.d/default.conf.template"
DEFAULT_CONF_FILE="etc/nginx/templates/default.conf.template"

# check if we have ipv6 available
if [ ! -f "/proc/net/if_inet6" ]; then
Expand Down

0 comments on commit f0744b9

Please sign in to comment.