Re: Help how to Proxy without redirect

2016-11-03 Thread Francis Daly
On Mon, Oct 31, 2016 at 09:11:59AM -0400, tbaror wrote: Hi there, > I need to use Nginx as proxy and to pass all communication trough it > without redirecting to original web location. That's what proxy_pass does, more or less. Apart from "proxy" and "all communication"; you'd need different t

Help how to Proxy without redirect

2016-10-31 Thread tbaror
Hello All, I need to use Nginx as proxy and to pass all communication trough it without redirecting to original web location. I have following configuration file the initial logon and welcome page works well as soon as i click on link its getting redirected in to the original web page. any idea h