thanks a lot, I will try for your suggestions.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,258863,258885#msg-258885
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hello!
On Wed, May 13, 2015 at 10:26:07PM -0400, hy05190134 wrote:
> we use "--with-http_spdy_module --with-http_ssl_module
> --with-openssl=$(ROOTDIR)/deps/openssl-$(V_OPE NSSL)
> --with-openssl-opt=darwin64-x86_64-cc" to embed ssl support into nginx in
> macos system , but we find that "./c
What is the best approach for having nginx in a web farm type setup where I
want to forward http connections to an proxy upstream if they match one of
a very long/highly dynamic list of host names? All of the host names we are
interested in will resolve to our address space, so could it be as simpl
Hi,
I'm having a few problems with my routes and I'll appreciate any help
that you could provide.
Here is my nginx configuration:
upstream internal {
server 10.0.0.13:9001;
server 10.0.0.13:9002;
server 10.0.0.13:9003;
server 10.0.0.13:9004;
server 10.0
11:16 14-5-2015 nginx 1.9.1.1 Lizard
Based on nginx 1.9.1.1 (8-5-2015, with 'stream' tcp load balancer) with;
+ pcre-8.37 (upgraded, regression tested)
+ During re-factoring nginx for Windows we've switched code base which
makes it easier for us to import original nginx code without Windows
is