我们的NGINX配置中有这段代码
proxy_pass https://api.company.com/xxxx/prod/public/v1/retrieve
这个 https://api.company.com 作为调用server1或server2的负载平衡器。
https://api.company.com
但NGINX似乎正在使用实际的IP地址调用server1或server2。
NGINX如何知道server1或server2的IP地址?