Client - LB - App Server
I have an app that supports http or https. If the original request is https, but the server is expecting http, it won't work.
Is it possible to use nginx to rewrite the x-forwarded-for? The client requests https://x.x.x.x, but the server sees http://x.x.x.x