Skip to content

Commit f0744b9

Browse files
authored
Merge pull request #1101 from nscuro/backport-pr-1078
2 parents 958bc3d + da6d4b5 commit f0744b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-entrypoint.d/10-listen-on-ipv6-by-default.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ entrypoint_log() {
1313
}
1414

1515
ME=$(basename $0)
16-
DEFAULT_CONF_FILE="etc/nginx/conf.d/default.conf.template"
16+
DEFAULT_CONF_FILE="etc/nginx/templates/default.conf.template"
1717

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

0 commit comments

Comments
 (0)