I am wondering, is it possible to set up the proxy-server behind a load balancer like NGINX?
So the setup will be as follows:
User <--> NGINX <--> Proxy-server <--> NGINX <--> Proxy-client
Both users and Proxy-client will communicate with Proxy-server over NGINX.
I tried to set it up with correct port forwarding, but it seems that the TCP connections from Proxy-client are getting dropped before reaching Proxy-server
Hello,
I am wondering, is it possible to set up the proxy-server behind a load balancer like NGINX? So the setup will be as follows: User <--> NGINX <--> Proxy-server <--> NGINX <--> Proxy-client Both users and Proxy-client will communicate with Proxy-server over NGINX.
I tried to set it up with correct port forwarding, but it seems that the TCP connections from Proxy-client are getting dropped before reaching Proxy-server
Thanks