Skip to content

Commit

Permalink
Merge pull request #231 from hfm/nginx-1-11-6
Browse files Browse the repository at this point in the history
Update nginx to v1.11.6
  • Loading branch information
matsumotory committed Nov 16, 2016
2 parents 0995a5c + 3cc32fa commit d4d556c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:
- BUILD_DYNAMIC_MODULE='TRUE'
NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=11
NGINX_SRC_PATCH=5
NGINX_SRC_PATCH=6

before_script:
- curl -L https://www.openssl.org/source/openssl-1.0.2-latest.tar.gz > openssl-1.0.2.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion nginx_version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=11
NGINX_SRC_PATCH=5
NGINX_SRC_PATCH=6
NGINX_SRC_VER=nginx-${NGINX_SRC_MAJOR}.${NGINX_SRC_MINOR}.${NGINX_SRC_PATCH}

0 comments on commit d4d556c

Please sign in to comment.