Re: [PATCH] Clarify proxy modules $proxy_host variable content

2018-12-18 Thread Maxim Dounin
Hello! On Tue, Dec 18, 2018 at 10:21:31AM +0100, Jack Henschel wrote: > Good Morning, > > On 12/10/18 6:38 PM, Maxim Dounin wrote: > > Hello! > > > > On Tue, Dec 04, 2018 at 05:00:10PM +0100, Jack Henschel wrote: > > > >> From the current documentation it was not immediately obvious (at least

Re: [PATCH] Clarify proxy modules $proxy_host variable content

2018-12-18 Thread Jack Henschel
Good Morning, On 12/10/18 6:38 PM, Maxim Dounin wrote: > Hello! > > On Tue, Dec 04, 2018 at 05:00:10PM +0100, Jack Henschel wrote: > >> From the current documentation it was not immediately obvious (at least >> to me and my colleague) that nginx does not set the $proxy_host variable >> to the ho

Re: [PATCH] Clarify proxy modules $proxy_host variable content

2018-12-10 Thread Maxim Dounin
Hello! On Tue, Dec 04, 2018 at 05:00:10PM +0100, Jack Henschel wrote: > From the current documentation it was not immediately obvious (at least > to me and my colleague) that nginx does not set the $proxy_host variable > to the hosts specified in an upstream block, but literally uses the name > u

[PATCH] Clarify proxy modules $proxy_host variable content

2018-12-04 Thread Jack Henschel
Hello, >From the current documentation it was not immediately obvious (at least to me and my colleague) that nginx does not set the $proxy_host variable to the hosts specified in an upstream block, but literally uses the name used in the proxy_pass directive. Maxim Dounin has explained to me the