You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the extra defined locations get the default but the default location doesn't. For that I need to repeat the attributes proxy_hide_header and proxy_set_header outside the locations_defaults
What behaviour did you expect instead
If I set the default for locations, it should be applied to all, also to the default location.
Output log
None.
Any additional information you'd like to impart
Another possibility is to document the quirk to say "yes, if you want to affect the default location, you need to write the attributes twice".
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
create
nginx::resource::server
withand also the default location (say having the same proxy for the default location).
then use the
locations_defaults
to set defaults for all locations. SayWhat are you seeing
I see that the extra defined locations get the default but the default location doesn't. For that I need to repeat the attributes
proxy_hide_header
andproxy_set_header
outside thelocations_defaults
What behaviour did you expect instead
If I set the default for locations, it should be applied to all, also to the default location.
Output log
None.
Any additional information you'd like to impart
Another possibility is to document the quirk to say "yes, if you want to affect the default location, you need to write the attributes twice".
The text was updated successfully, but these errors were encountered: