Skip to content

Commit

Permalink
Merge pull request #7 from beanieboi/update-nginx
Browse files Browse the repository at this point in the history
Update nginx
  • Loading branch information
beanieboi authored Jan 6, 2020
2 parents 2df7060 + 4553a7e commit 5d94fc6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.1] - 2020-01-06
### Added
- update nginx to 1.17.7

## [1.0] - 2019-05-29
### Added
- update nginx to 1.17.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Some application servers (e.g. Ruby's Unicorn) halt progress when dealing with n

## Versions

* NGINX Version: 1.17.0
* NGINX Version: 1.17.7

## 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.
6 changes: 3 additions & 3 deletions scripts/build_nginx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# 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.17.0}
NGINX_VERSION=${NGINX_VERSION-1.17.7}
PCRE_VERSION=${PCRE_VERSION-8.43}
ZLIB_VERSION=${ZLIB_VERSION-1.2.11}
HEADERS_MORE_VERSION=${HEADERS_MORE_VERSION-0.33}
UUID4_VERSION=${UUID4_VERSION-master}

nginx_tarball_url=http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
pcre_tarball_url=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PCRE_VERSION}.tar.gz
nginx_tarball_url=https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
pcre_tarball_url=https://ftp.pcre.org/pub/pcre/pcre-${PCRE_VERSION}.tar.gz
zlib_url=http://zlib.net/zlib-${ZLIB_VERSION}.tar.gz
headers_more_nginx_module_url=https://github.com/openresty/headers-more-nginx-module/archive/v${HEADERS_MORE_VERSION}.tar.gz
uuid4_url=https://github.com/cybozu/nginx-uuid4-module/archive/${UUID4_VERSION}.tar.gz
Expand Down

0 comments on commit 5d94fc6

Please sign in to comment.