Merge branch 'update_nginx_version' into 'master'

Update nginx version to 1.9.12



See merge request !738
This commit is contained in:
Marin Jankovski 2016-04-19 12:40:12 +00:00
commit 96ca09163f
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@ omnibus-gitlab repository.
- Disable automatic git gc 8ed13f4b
- Restart GitLab pages daemon on version change
- Add git-annex to the docker image
- Update Nginx to 1.9.12
8.6.6

View File

@ -17,13 +17,13 @@
#
name "nginx"
default_version "1.9.10"
default_version "1.9.12"
dependency "pcre"
dependency "openssl"
source url: "http://nginx.org/download/nginx-#{version}.tar.gz",
md5: "64cc970988356a5e0fc4fcd1ab84fe57"
md5: "0afe4a7e589a0de43b7b54aa055a4351"
relative_path "nginx-#{version}"