nginx_passenger-cookbook
nginx_passenger-cookbook copied to clipboard
Chef cookbook to install nginx & Passenger from Phusion's repository
Hi Folks, love the cookbook - thank you. any chance of updating for chef 13? I'm getting these warnings on version 12 ``` 138.68.xxx.xxx method access to node attributes (node.foo.bar)...
Allow the user to specify `nginx.user` in nginx.conf template. (re-implementing functionality provided by base `nginx` cookbook)
Making a hardcoded value a variable.
It's useful when you don't wont to see all application's `stdout` or `stderr` on `nginx/error.log`
Passenger Enterprise uses a different repository which requires authentication, and a license file that needs to be installed on the server. This commit adds two new attributes, `enterprise_token` and `enterprise_license`...