nginx DNS doesn't update the upstream IP

kay nginx-forum at forum.nginx.org
Fri Apr 16 11:06:56 UTC 2021


Thanks for the hint! I haven't worked with domain names in proxy_pass before
and was sure that they're resolved dynamically. I changed the config to:

set $upstream_var example.com;
proxy_pass https://$upstream_var;

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,291252,291286#msg-291286



More information about the nginx mailing list