From b5d7750487049e226153335e92ef96c467554f5b Mon Sep 17 00:00:00 2001 From: Donal Byrne Date: Sun, 11 Aug 2024 14:28:27 +0200 Subject: [PATCH] Set resolver validity --- images/nginx-ingress/nginx.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx-ingress/nginx.conf.tmpl b/images/nginx-ingress/nginx.conf.tmpl index 4580b7d..353968b 100644 --- a/images/nginx-ingress/nginx.conf.tmpl +++ b/images/nginx-ingress/nginx.conf.tmpl @@ -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