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

auth_basic lines appearing in SSL vhost header when they shouldn't #101

Merged
merged 1 commit into from Aug 1, 2013

Conversation

daisylb
Copy link
Contributor

@daisylb daisylb commented Jul 30, 2013

I had nginx crashing on startup because there were some malformed lines about auth_basic in the configuration for a vhost using SSL, even though I hadn't specified anything to do with basic auth in Puppet.

Turns out that vhost_header.erb and vhost_ssl_header.erb use a different syntax to test if @auth_basic is set, so I changed the latter to match the former, and it worked.

Possibly related to #100.

jfryman pushed a commit that referenced this pull request Aug 1, 2013
auth_basic lines appearing in SSL vhost header when they shouldn't
@jfryman jfryman merged commit fd4e3c5 into voxpupuli:master Aug 1, 2013
@jfryman
Copy link
Contributor

jfryman commented Aug 1, 2013

🤘

cegeka-jenkins pushed a commit to cegeka/puppet-nginx that referenced this pull request Oct 23, 2017
auth_basic lines appearing in SSL vhost header when they shouldn't
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

Successfully merging this pull request may close these issues.

None yet

2 participants