This file is used to list changes made in each version of nginx.
- Add
nginx_site
LWRP - Add proper mime types for web fonts
- Improve test coverage and CI configuration
- Fix
mime.types
file location - README updates
- CI updates - only tested against 1.9.3 and 2.0.0 now
- Add
phusion
repository source option - Fix ensure log directory exists
- Delay service restart on config file updates
- Fix template restart notifications
- Add
mime.types
file - Fix service startup via chef
- Don't start, only enable the service since 1.4.x starts automatically and errors
- Add missed default attribute from
0.5.0
release
- Make installation package names configurable
- Only start the service if not already running
- Add
skip_default_site
attribute
- Add option to use PPA repository
- Add attribute for nginx version
- Cleanup development files
- Add attribute for nginx status port
- Update executable bit for directories
- Add missing LICENSE file
- Prevent unnecessary
apt-get update
run
- FC023: Prefer conditional attributes
- Make
stub_status
support optional
- Ensure
sites-available
andsites-enabled
directories exist
- Replace
light
recipe withserver
anddebug
recipes.
- Initial release of nginx