Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal location #808

Closed
nnovikov opened this issue May 19, 2016 · 2 comments
Closed

internal location #808

nnovikov opened this issue May 19, 2016 · 2 comments

Comments

@nnovikov
Copy link

Puppet generateinternal true; instead of internal;. As consequence nginx config test fails.

@olevole
Copy link

olevole commented May 24, 2016

@nnovikov Where are you see "internal true;" and what version you used? Check out https://github.com/jfryman/puppet-nginx/blob/master/templates/vhost/location_header.erb#L3 line if you talking about virtualhost. In my cases looks like all fine (from hiera):

nginx::nginx_locations:
  'static':
     ...
     internal: true

produced:

location { 
   ...
   internal;

}
~~

@nnovikov
Copy link
Author

I had mistake in hiera. All works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants