<div dir="ltr"><div><div><div><div><div>Hi All<br></div>I'm building my configuration slowly. Thanks for all the help so far.  My current obstacle is this:<br><br></div>As it is now, external users will access an internal IIS web server by using <a href="http://my.domain.com">http://my.domain.com</a>. The firewall points to the web server and the web server automatically redirects to <a href="https://my.domain.com">https://my.domain.com</a>.<br><br></div>I'm trying to fit nginx between the firewall and the web server and figure out how to configure nginx to respond to requests for <a href="http://my.domain.com">http://my.domain.com</a> and proxy that to the web server. What do I use with the proxy_pass directive to get this to work?  <br></div><br>Would "proxy_pass <a href="http://my.domain.com">http://my.domain.com</a>; work" ?<br><br></div>Regards<br></div>