잘못된 경로지정 수정.

This commit is contained in:
Sangbum Kim 2024-03-18 03:27:17 +09:00
parent 0e5948b0dd
commit 2988f8627c
1 changed files with 1 additions and 1 deletions

2
docker-entrypoint.d/10-listen-on-ipv6-by-default.sh Executable file → Normal file
View File

@ -10,7 +10,7 @@ entrypoint_log() {
} }
ME=$(basename "$0") ME=$(basename "$0")
DEFAULT_CONF_FILE="/opt/nginx/etc/conf.d/default.conf" DEFAULT_CONF_FILE="opt/nginx/etc/conf.d/default.conf"
# check if we have ipv6 available # check if we have ipv6 available
if [ ! -f "/proc/net/if_inet6" ]; then if [ ! -f "/proc/net/if_inet6" ]; then