nginx reverse proxy hide redirects
- by NZCoderGuy
I've Nginx as a reverse proxy for two sites A and B running behind.
The users go from public - reverse proxy - site A - site B (from A to B clicking links)
What would be a typical configuration for a scenario like this? The url in the browser should be always the reverse proxy
This is what I've so far but is not working
worker_processes 2;…