Re: How to leverage HTTP upstream features

2016-07-07 Thread Charles Orth
Thanks Maxim, The loopback feature you described is the work around we're using. However, the new service I'm attempting to implement, it is costly on several fronts. My impression of reimplementation of upstream was what I was suspecting all along. Thanks Maxim Dounin wrote: Hello! On Tue

Re: How to leverage HTTP upstream features

2016-07-06 Thread Maxim Dounin
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 initia

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