Stable version release date for 1.13.X

2017-10-16 Thread Charles Orth via nginx
Hi Folks, Do we know when the next stable version is schedule to be released using 1.13 code base? Charles ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How to leverage HTTP upstream features

2016-07-07 Thread Charles Orth
Hello! On Tue, Jul 05, 2016 at 05:00:03PM -0400, Charles Orth wrote: I'm new to nginx... I would like to define upstream handler in HTTP without a HTTP server listener. From SMTP/POP3/IMAP I would like to use the upstream handler for my http endpoint. Thus requiring http_upstream initi

How to leverage HTTP upstream features

2016-07-05 Thread Charles Orth
Hi Gurus, I'm new to nginx... I would like to define upstream handler in HTTP without a HTTP server listener. From SMTP/POP3/IMAP I would like to use the upstream handler for my http endpoint. Thus requiring http_upstream initialize, create a request, hand the request off to upstream for proce

configuring multiple nginx workers

2016-06-27 Thread Charles Orth
Hi Gurus, I am looking to develop a discovery service feature on top of nginx. I have read http://www.aosabook.org/en/nginx.html and I have a couple questions based on what I've seen in the code base. If I have multiple workers configured using a single servers as an endpoint. I want to levera