-
-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
v2.7.6 passenger module and nginx.conf issue #420
Comments
@dedicatted I ran into the same issue and just solved it this am. I think you need to remove the There isn't an actual bug with the cookbook, I think the documentation just needs to be improved in the passenger section of the README. Here is my config "nginx" => {
"init_style" => "upstart",
"default_site_enabled" => false,
"version" => "1.10.2",
"keepalive_timeout" => "301",
"status" => {
"port" => "8090"
},
"repo_source" => "passenger",
"package_name" => "nginx-extras",
"passenger" => {
"version" => "5.0.30",
"install_method" => "package"
}
} |
Thanks for opening this issue. Just today we merged the changes from the chef_nginx fork of this cookbook back to master here. It’s a pretty huge change set and includes over a year of active development that resulted in several major releases. I think there’s a very high chance that this issue has been resolved with that work and at this point I’m going to close this issue out. I’d encourage you to checkout the master branch and please open this issue back up if you’re still having the problem there. Here’s the changes that were just merged in: #435 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
here is my conf:
while installation I do see:
I've checked out both version of a file, and new version that goes with passenger not correct, it has default user 'user www-data;' directive.
The text was updated successfully, but these errors were encountered: