NEW FEATURES:
- #96 Send the correct directory name as DOCUMENT_ROOT and correct script name as SCRIPT_FILENAME. Allow sending through additional fastcgi parameters like fastcgi_buffers.
CHANGES:
- #95 Fix missing semicolon in NGINX template
NEW FEATURES:
- #88 Optionally set the HTTPS environment variable to "on" if X-Forwarded-Proto is "https"
- #94 Support HTTP2 in NGINX
CHANGES:
- Remove RSA encryption and 3DES TLS ciphers as defaults
NEW FEATURES:
- #92 Ability to remove weak RSA and 3DES ciphers without fully copying the strong ones
- Order ECDSA certificate ciphers ahead of RSA certificate ciphers
NEW FEATURES:
- #91 Add support for Nginx http_realip
BUG FIXES:
- #87 Fix issue with basic auth requiring allow_from to be set
NEW FEATURES:
- #64 Add basic auth ability to nginx, to match apache.
CHANGES:
- #84 Change capistrano definition usage to use site name rather than :deploy_to as this is more unique.
CHANGES:
- #82 Self signed ssl fixes
NEW FEATURES:
- #80 Ensure pre-existing ssl files don't get overwritten by this cookbook
- #81 Add recipe to generate self signed ssl
NEW FEATURES:
- #62 Add ability to proxy via NGINX
BUG FIXES:
- #79 Fix issue with un-declared packages-additional error
SECURITY FIXES:
- #78 Httpoxy fix for cookbook version 2.2
SECURITY FIXES:
- #79 Httpoxy fix for cookbook version 1.5
BUG FIXES:
- #75 Reverse deny in Httpd 2.4 if no restrictions
- #77 Fix issue with apache2 cookbook < 2 apache_site enable
NEW FEATURES:
- #76 Add packages-additional recipe to replace package recipe for Chef 12.9+
CHANGES:
- #76 Provide more detailed error information when packages recipe can't be used
NEW FEATURES:
- Apache 2.4 compatibility in the apache virtual host. Comprising of:
- #66 - Fix name of vhost template resource so the apache2 cookbook can enable the vhost
- #68 - Fix incompatible vhost configuration so that it works under apache 2.2 and 2.4
- #73 - Support for http digest auth in apache_site and more attributes
BUG FIXES:
* #67 - Ubuntu compatibility for logs directory location
* #72 - Fix issues with combinations of apache_site allow_from and basic_username
BUG FIXES:
- #60 Delete any allowed_incoming_ports marked false
IMPROVEMENTS:
- Pin build-essential cookbook to ~> 1.4 to speed up dependency resolution
BUG FIXES:
- #59 Pin database cookbook to 2.0.x to fix mysql-* recipes
IMPROVEMENTS:
- #56 Loosen cookbook constraints to support httpd 2.4
CHANGES:
- #57 Disable nginx https variable emulation by default
- #58 Fork off deploy user work from capistrano recipe to new cookbook
IMPROVEMENTS:
- Add locations configuration to replace static_dirs and restricted_dirs
- Separate includes into includes_first and include_last for greater control
IMPROVEMENTS:
- Fix specs/tests
- Add Chef 12 compatibility for nginx-sites/apache-sites
BUG FIXES:
- Remove obsolete chef-solo-search and users dependencies
BUG FIXES:
- Retag due to 1.4.1 missing metadata version update
BUG FIXES:
- Fix issue with custom user databag name not working
IMPROVEMENTS:
- Add support for encrypted user databags on chef-solo