Skip to content

Commit 116f6b5

Browse files
committed
entrypoint: show the final /etc/nginx/resolvers.conf before starting
1 parent 9a1f4ba commit 116f6b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ else
288288
echo "Upstream SSL certificate verification is DISABLED."
289289
fi
290290

291+
echo -e "\nFinal resolver configuration: ---"
292+
cat "${confpath}"
293+
echo -e "---\n"
294+
291295
echo "Testing nginx config..."
292296
${NGINX_BIN} -t
293297

0 commit comments

Comments
 (0)