Re: Queries in NGINX proxy features

2013-11-15 Thread sv
One of the things that I did was to use unix sockets to the backend. On 11/15/2013 12:33 PM, Anamitra Dutta Majumdar (anmajumd) wrote: > We are designing a deployment were NGINX front ends all incoming https > connection and then forwards it to multiple web containers like > Tomcat and Node.js

Queries in NGINX proxy features

2013-11-15 Thread Anamitra Dutta Majumdar (anmajumd)
We are designing a deployment were NGINX front ends all incoming https connection and then forwards it to multiple web containers like Tomcat and Node.js which listen on internal ports on 127.0.0.1. I have some questions here 1. Is it possible to route Outbound connection through NGINX as wel