All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [all] add
nginx -t
before starting nginx
- [all] add nginx-debug binary
- [heroku-20] add support for Heroku-20
- [heroku-18] update nginx to 1.18
- [heroku-18] update PCRE to 8.44
- [heroku-18] update nginx to 1.16.1
- [heroku-18] update nginx to 1.16.0
- add uuid4 module from https://github.com/cybozu/nginx-uuid4-module
- add nginx solo support, see sample config for nginx solo mode and README
- [heroku-18] support new Heroku stack (heroku-18)
- [all] Real IP support, adding compile flag
--with-http_realip_module
- [all] Static GZIP support, adding compile flag
--with-http_gzip_static_module
- [all] compile with zlib support
- [heroku-18] PCRE updated from 8.37 to 8.42
- [heroku-18] "headers-more-nginx" module updated from 0.261 to 0.33
- [heroku-18] PCRE updated from 8.37 to 8.42
- [all] enabled gzip compression
- [all] include most recent nginx config
- [all] using epoll and increasing workers to 4
- [all] Improve process managment using a fifo.
- [all] Improve the handling of app server failures
- [all] initial release with NGINX 1.4.1