What alternative is there to Nginx that supports http keep-alive between backends ?
- by felace
Hi.
I recently asked a question about how to keep a backend connection persistent using Nginx, but found out it wasn't possible anyway,
It is an HTTP/1.0 proxy without the ability for keep-alive requests yet. (As a result, backend connections are created and destroyed on every request.)
It works all fine right now (since the connection…