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
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
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
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
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
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