We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef5ffcb + eaf3f10 commit 74ec02aCopy full SHA for 74ec02a
default.conf
@@ -8,7 +8,7 @@ server {
8
# 127.0.0.11 is DNS set up by Docker, see:
9
# https://docs.docker.com/engine/userguide/networking/configure-dns/
10
# https://github.com/moby/moby/issues/20026
11
- resolver $RESOLVERS valid=10s;
+ resolver $RESOLVERS valid=10s ipv6=off;
12
set $upstream $UPSTREAM_HTTP_ADDRESS;
13
14
location / {
0 commit comments