Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

DNS Caching Issue For community version (6 replies)

$
0
0
Troubled up in DNS caching of the IP address for a given DNS name.

Adding the solution given below does not solve the problem of DNS caching in NGINX.

resolver 8.8.8.8;
set $upstream_endpoint https://example.net:8080;
location / {
proxy_pass $upstream_endpoint;
}

Is there any solutions?

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>