Skip to content

Commit

Permalink
Nginx version: 1.2.6.
Browse files Browse the repository at this point in the history
Resolves iphoting#10.
  • Loading branch information
iphoting committed Dec 14, 2012
1 parent ccc90ca commit 57c1c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
set -o pipefail

# START CONFIG
NGINX_VERSION=1.2.5
NGINX_VERSION=1.2.6
LIBMCRYPT_VERSION=2.5.8
LIBMEMCACHED_VERSION=1.0.7
PHP_VERSION=5.4.9
Expand Down
2 changes: 1 addition & 1 deletion support/set-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export LIBMEMCACHED_VERSION="1.0.7"
export MEMCACHED_VERSION="2.0.1"
export NEWRELIC_VERSION="2.9.5.78"

export NGINX_VERSION="1.2.5"
export NGINX_VERSION="1.2.6"

export EC2_PRIVATE_KEY=~/.ec2/pk.pem
export EC2_CERT=~/.ec2/cert.pem
Expand Down

0 comments on commit 57c1c4b

Please sign in to comment.