Is symmetric routing required for a nginx deployment?

Hi,

I’m investigating reverse proxy and content caching servers for a
deployment at work but our infrastructure is currently asymmetric where
the
server would only see the inbound half of the conversation. Does nginx
require symmetric configuration in order to see the three-way handshake
and
the subsequent GET?

Thanks!

Bryan

Hello!

On Mon, Sep 15, 2014 at 09:47:38AM -0600, Bryan Arenal wrote:

Hi,

I’m investigating reverse proxy and content caching servers for a
deployment at work but our infrastructure is currently asymmetric where the
server would only see the inbound half of the conversation. Does nginx
require symmetric configuration in order to see the three-way handshake and
the subsequent GET?

Yes.


Maxim D.
http://nginx.org/

Thanks, Maxim – I greatly appreciate your response.