Skip to content

Commit

Permalink
Merge pull request #233 from DependencyTrack/port-Fix-NGINX-ipv6-list…
Browse files Browse the repository at this point in the history
…ening
  • Loading branch information
nscuro authored Jan 31, 2025
2 parents 8c95775 + 92bab9c commit a9315b5
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
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"
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 a9315b5

Please sign in to comment.