Skip to content

Commit

Permalink
Merge pull request #5 from beanieboi/nginx-1.15.5
Browse files Browse the repository at this point in the history
Nginx 1.15.5
  • Loading branch information
beanieboi authored Oct 5, 2018
2 parents 3b56f74 + 75edbc2 commit 59852cb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.9] - 2018-10-05
### Added
- update nginx to 1.15.5
- add nginx solo support, see [sample config for nginx solo mode](config/nginx-solo-sample.conf.erb) and [README](README.md)
- add headers-more module from https://github.com/openresty/headers-more-nginx-module

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Some application servers (e.g. Ruby's Unicorn) halt progress when dealing with n

## Versions

* Buildpack Version: 0.8
* NGINX Version: 1.15.3
* Buildpack Version: 0.9
* NGINX Version: 1.15.5

## Requirements (Proxy Mode)

Expand Down
Binary file modified bin/nginx-cedar-14
Binary file not shown.
Binary file modified bin/nginx-heroku-16
Binary file not shown.
Binary file modified bin/nginx-heroku-18
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/build_nginx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Once the dyno has is 'up' you can open your browser and navigate
# this dyno's directory structure to download the nginx binary.

NGINX_VERSION=${NGINX_VERSION-1.15.3}
NGINX_VERSION=${NGINX_VERSION-1.15.5}
PCRE_VERSION=${PCRE_VERSION-8.42}
ZLIB_VERSION=${ZLIB_VERSION-1.2.11}
HEADERS_MORE_VERSION=${HEADERS_MORE_VERSION-0.33}
Expand Down

0 comments on commit 59852cb

Please sign in to comment.