Skip to content

Commit

Permalink
BEL-70 Update nginx version for heroku-18
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciosabogal committed Feb 27, 2020
1 parent b25917e commit c4e3e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile_from_source.sh
Expand Up @@ -9,10 +9,10 @@
# 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.9.10}
NGINX_VERSION=${NGINX_VERSION-1.16.1}
PCRE_VERSION=${PCRE_VERSION-8.38}
HEADERS_MORE_VERSION=${HEADERS_MORE_VERSION-0.23}
OPEN_SSL_VERSION=${OPEN_SSL_VERSION-1.0.1p}
OPEN_SSL_VERSION=${OPEN_SSL_VERSION-1.1.1}

nginx_tarball_url=http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
pcre_tarball_url=http://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VERSION}/pcre-${PCRE_VERSION}.tar.bz2
Expand Down

0 comments on commit c4e3e73

Please sign in to comment.