Jonathan, please read Maxim's answer, which is the one going the right way.
My hypothesis proved to be wrong.
---
*B. R.*
On Thu, Mar 24, 2016 at 8:35 PM, Jonathan Vanasco wrote:
>
> On Mar 24, 2016, at 1:27 PM, Maxim Dounin wrote:
>
> In most cases this is more or less obvious when directives a
On Mar 24, 2016, at 1:27 PM, Maxim Dounin wrote:
> In most cases this is more or less obvious when directives are not
> inherited, though docs can be a bit more clear on this.
What is not-obvious / confusing is that the *_pass items are not inherited...
but their associated directives from the
Thanks Maxim for your lights!
Please discard all the crap I wrote before and apologies to Jonathan, then.
:oP
---
*B. R.*
On Thu, Mar 24, 2016 at 6:27 PM, Maxim Dounin wrote:
> Hello!
>
> On Thu, Mar 24, 2016 at 06:17:44PM +0100, B.R. wrote:
>
> > I guess the docs logic is reversed: it is expli
Hello!
On Thu, Mar 24, 2016 at 06:17:44PM +0100, B.R. wrote:
> I guess the docs logic is reversed: it is explicitely stated when a
> directive inherits, which must be that way because not considered the
> default behavior (although I am not in Igor's head...).
No, by default all directives are i
I guess the docs logic is reversed: it is explicitely stated when a
directive inherits, which must be that way because not considered the
default behavior (although I am not in Igor's head...).
This product uses a different paradigm that 'minimal configuration lines',
and Igor has nothing against
On Mar 23, 2016, at 2:14 PM, Francis Daly wrote:
> Any directives that inherit do not need to be repeated.
>
> If it does not work for you, that's probably due to proxy_pass not
> inheriting.
Thanks - that's it -- `proxy_pass` does not inherit, but all the
`proxy_set_header` directives in that
On Tue, Mar 22, 2016 at 08:00:13PM -0400, Jonathan Vanasco wrote:
Hi there,
> Is there a syntax for nesting the two together, so the /foo/admin would
> inherit the /foo configuration without the need to redeclare everything?
>
> # something like
> location /foo {
> pro
Why would you want to do that? Spaghetti configuration?
Some advice from Igor Sysoev: https://youtu.be/YWRYbLKsS0I
---
*B. R.*
On Wed, Mar 23, 2016 at 1:00 AM, Jonathan Vanasco wrote:
> apologies for the simple question, but i could only find the opposite
> situation in the list archives and I h
apologies for the simple question, but i could only find the opposite situation
in the list archives and I haven't had to reconfigure some of these routes in
years!
i have
# works
location /foo {
proxy_pass http://127.0.0.1:6543;
}
I want to lock down