Re: How to upstream request set header based on SSI variable?

2016-12-08 Thread Jan Algermissen
On 8 Dec 2016, at 14:47, Maxim Dounin wrote: > Hello! > > On Wed, Dec 07, 2016 at 09:02:39PM +0100, Jan Algermissen wrote: > >> Hi, >> >> I have setup SSI to include responses from upstream services. >> >> I am trying to find a way to set additional headers for these upstream >> requests based on

Re: Fastcgi_pass, resolver, and validating functionality.

2016-12-08 Thread Maxim Dounin
Hello! On Wed, Dec 07, 2016 at 03:39:11PM -0500, ahamilton9 wrote: > I've tried recreating the configuration on my local machine, and it works > just fine. Really confusing. I don't understand why I get absolutely no DNS > traffic on my nginx server (beyond the few calls from other services). Not

Re: How to upstream request set header based on SSI variable?

2016-12-08 Thread Maxim Dounin
Hello! On Wed, Dec 07, 2016 at 09:02:39PM +0100, Jan Algermissen wrote: > Hi, > > I have setup SSI to include responses from upstream services. > > I am trying to find a way to set additional headers for these upstream > requests based on a variable set in the SSI page but I am not sure if >