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

Re: Using Nginx as proxy content are "striped"

2016-10-20 Thread tbaror
Thanks but now its redirect to the actual server , how i would enforce it pass trough the proxy? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,270422,270427#msg-270427 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/

Using Nginx as proxy content are "striped"

2016-10-20 Thread tbaror
Hello All, I am using Nginx for proxy to OpenGrok server using following conf below , the issue i have is that the proxy works but seems to be missing content and not works as expected. Any idea how to make it work better? Please advise Thanks server { listen 80; return 301 https://$host