Behaviour of nginx as proxy
- by HD
I'm testing nginx with different configurations to replace an architecture working with squid + apache. I know that I can use nginx to manage static requests and load balancing but I'm interested in one particular solution that I don't understand clearly:
I'm using 2 nginx servers (balanced) with the proxy_pass setting to pass all requests to an…