Skip to content

Commit 9a4de1e

Browse files
committed
Nginx version: 1.2.8.
Closes #24.
1 parent 5280700 commit 9a4de1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
set -o pipefail
66

77
# START CONFIG
8-
NGINX_VERSION=1.2.7
8+
NGINX_VERSION=1.2.8
99
LIBMCRYPT_VERSION=2.5.8
1010
LIBMEMCACHED_VERSION=1.0.7
1111
PHP_VERSION=5.4.12

support/set-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export LIBMEMCACHED_VERSION="1.0.7"
1010
export MEMCACHED_VERSION="2.0.1"
1111
export NEWRELIC_VERSION="2.9.5.78"
1212

13-
export NGINX_VERSION="1.2.7"
13+
export NGINX_VERSION="1.2.8"
1414

1515
export EC2_PRIVATE_KEY=~/.ec2/pk.pem
1616
export EC2_CERT=~/.ec2/cert.pem

0 commit comments

Comments
 (0)