Skip to content

Commit ca50438

Browse files
committed
Invalidate the dns cache after 1 second
[refs #e517436e5e68]
1 parent e7eaf28 commit ca50438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load_balancer/proxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
server {
22
listen 80 default_server;
33

4-
resolver 127.0.0.11;
4+
resolver 127.0.0.11 valid=1s;
55

66
set $protocol $PROXY_PROTOCOL;
77
set $upstream $PROXY_UPSTREAM;

0 commit comments

Comments
 (0)