ct: RE: Reverse proxy for tcp stream
> I have found for these situation , and tried proxy_bind transparency.
> But, the socket server never get connection request.
> From proxy server , timed out logs are coming.
> How can socket server behind proxy get real client ip address?
There are
> I have found for these situation , and tried proxy_bind transparency.
> But, the socket server never get connection request.
> From proxy server , timed out logs are coming.
> How can socket server behind proxy get real client ip address?
There are more steps/things you have to do to make ip tr
Hi nginx team.
I'm trying to use nginx as reverse proxy for tcp stream.
The server behind proxy is opening linux socket , and checking ip address of
connected client for some use .
But, if i use reverse proxy, ip would be proxy server ip address.
I have found for these situation , and