Merge branch 'update_nginx'

This commit is contained in:
Marin Jankovski 2016-08-03 12:32:39 +02:00
commit 67a0bd02ef
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ omnibus-gitlab repository.
- Upgrade krb5 lib to 1.14.2
- Create logrotate folders and configs even when the service is disabled
- Added nginx options to enable 2-way SSL client authentication
- Upgrade Nginx to 1.10.1
8.10.4

View File

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