Hello there.
Running Nginx 1.4.1 as proxy.
Am moving to SSL Termination at proxy level so I need to intercept all the http=>https redirects generated at Backend Server because I get the infinite redirect on the Backend side since Backend website forces every http to go to https (via Rewrite).
So is there a way to tell Nginx to delete all the 301 and 302 redirects coming from Backend servers, because Backend need to become HTTP only?