Re: Nginx with Organization PROXY server

2015-07-15 Thread shay.per...@capriza.com
Thanks for the recommendation , I am using nginx as a reverse proxy on each one of my application server . the reason I am doing it is , my application server connect to a backend system which can be available on 2 domains , the nginx as a reverse proxy on my application system verify that if one

Re: Nginx with Organization PROXY server

2015-07-15 Thread CJ Ess
Try incorporating haproxy (http://www.haproxy.org/) or Apache Traffic Server (http://trafficserver.apache.org/) into your setup. I use NGINX to terminate SSL/SPDY then haproxy to direct the request to the appropriate backend server pool - Haproxy is very good at being a reverse proxy but has no for

Re: Nginx with Organization PROXY server

2015-07-14 Thread Maxim Dounin
Hello! On Tue, Jul 14, 2015 at 03:30:11PM -0400, shay.per...@capriza.com wrote: > Any plan for supporting it ? No. -- Maxim Dounin http://nginx.org/ ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx with Organization PROXY server

2015-07-14 Thread shay.per...@capriza.com
Any plan for supporting it ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260278,260296#msg-260296 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx with Organization PROXY server

2015-07-14 Thread Maxim Dounin
Hello! On Tue, Jul 14, 2015 at 04:49:46PM +0300, Shay Peretz wrote: > Hello , > > on a linux box I define to move the traffic through some Centralize > proxy server ( Organization one ) > in order to configure the proxy from the command line I ran : > export HTTP_PROXY="http://:" > > On the sa

Nginx with Organization PROXY server

2015-07-14 Thread Shay Peretz
Hello , on a linux box I define to move the traffic through some Centralize proxy server ( Organization one ) in order to configure the proxy from the command line I ran : export HTTP_PROXY="http://:" On the same box I have nginx which serve as a reverse proxy and all the local application sendi