Merge pull request #13 from milanholy83/master

nginx 1.8.1
This commit is contained in:
Florian Heinemann 2016-02-09 11:43:03 +01:00
commit afa0a94343
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
set -e
set -o pipefail
# Nginx 1.6.2
NGINX_VERSION="1.6.2"
# Nginx 1.8.1
NGINX_VERSION="1.8.1"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="8.38"
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"