I am using Nginx as a reverse proxy and trying to pass the actual HTTP host header in the request to the target server. proxy_pass http://LoadBalancer/;
proxy_pass http://LoadBalancer/;
URL