Skip to content

Commit

Permalink
Set resolver validity
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Aug 11, 2024
1 parent 1a908f6 commit b5d7750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nginx-ingress/nginx.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ http {
access_log /dev/stdout vhost;


resolver 127.0.0.1 ipv6=off;
resolver 127.0.0.1 ipv6=off valid=5s;


# HTTP 1.1 support
Expand Down

0 comments on commit b5d7750

Please sign in to comment.