- Descent DH params file is generated after nginx package installation.
- Test Kitchen: Debian 7 was added to the test suite.
mainconfig_include_file
option was added.- Now using correct dummy template for config file for custom includes to main nginx config.
- Returned some back compatibility with Chef 11. As it was broken by me in previous release.
- New resource
nginx_streams
. Which uses the same provider asnginx_sites
but managesstreams-available
&streams-enabled
directories. - Provider
Chef::Provider::NginxSites
refactored to support logic for previously mentioned change.
- Bugfix: Making sure Nginx process is not stalled after initial installation.
- Issue #10 fix.
- Quotation marks around file modes in chef recipes.
- New default mime type: woff2.
recipe[nginx::official-repo]
that sets up official apt repository on Debian/Ubuntu.- First cookbook dependency
cookbook[apt]
- helper template with some handy default variables.
- nginx logrotate accepts more options to be configured:
dateext
anddelaycompress
- gzip template default behaviour fix.