<div dir="ltr">Hello Team,<div><br></div><div>I am very new to th Nginx. Past 2 days, I have been learning the Nginx from the Open Forum. I am not familiar with most of the term and key words. Sorry for that.</div><div><br></div><div>I need your support on the below case.</div><div><br></div><div>I am using "<a href="http://www.ebay.com">www.ebay.com</a>" as a proxy server. When I am trying to access the nginx using my public IP from another machine in port 80. I was able to see the ebay welcome page . But, when i am trying to visit  any sub page in ebay using hyperlink listed in the ebay home page, its not using my nginx IP instead of it using the ebay hostname.</div><div><br></div><div>My expectation is, In browsers it should always show nginx server IP instead of proxy server hostname.</div><div><br></div><div>Below is the code: Your help is really appreciated and relief for my burden.<br></div><div><br></div><div>worker_processes  1;<br><br>events {<br>    worker_connections  1024;<br>}<br><br>http {<br>    include       mime.types;<br>    default_type  application/octet-stream;<br>    sendfile        on;<br>    keepalive_timeout  65;</div><div><br></div><div>    server {<br></div><div>        listen  80;<br>        server_name  localhost;<br><br>        location / {<br>        proxy_pass      <a href="https://www.ebay.com">https://www.ebay.com</a>;<br>            index  index.html index.htm;<br>            } # end location<br>        } # end server<br>    }<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div>Thanks,</div><div>Sathish Kumar Pannerselvam</div></div></div></div>