chef-nginx
chef-nginx copied to clipboard
Chef cookbook for Nginx
- Support for CentOS, tested against CentOS 6.7 - Verify test coverage on CentOS - Removed ssh configuration in kitchen, files not included with repo - Rubocop changes - Max...
I've moved `Dpkg::Options::="--force-confdef"` down to `nginx` installation instead of `nginx-common` only. My case was installing `nginx` with version specified on the box with an earlier `nginx` version already installed. Before...
This PR adds base level configuration support for Passenger settings, headers, and pre-start urls. The purpose of this is to be able to setup Nginx to use Passenger by default...