Skip to content
Snippets Groups Projects
Commit 8b3890c8 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Upgrade Nginx to 1.10.3.

parent 68707e92
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -30,7 +30,8 @@ are not the same (O Schwede) c4e83c5
- Rename stuck_ci_builds_worker to stuck_ci_jobs_worker in the gitlab_rails config
- EE: Add a tracking database for GitLab Geo f1077d10
- Provide default Host header for requests that do not have one 14f77c
- Gitaly service on by default
- Gitaly service on by default 350dea
- Update Nginx to 1.10.3
 
8.17.3
 
Loading
Loading
Loading
Loading
@@ -17,7 +17,7 @@
#
 
name 'nginx'
default_version '1.10.2'
default_version '1.10.3'
 
license 'BSD-2-Clause'
license_file 'LICENSE'
Loading
Loading
@@ -28,8 +28,8 @@ dependency 'pcre'
dependency 'zlib'
dependency 'openssl'
 
version '1.10.2' do
source md5: 'e8f5f4beed041e63eb97f9f4f55f3085'
version '1.10.3' do
source sha256: '75020f1364cac459cb733c4e1caed2d00376e40ea05588fb8793076a4c69dd90'
end
 
source url: "http://nginx.org/download/nginx-#{version}.tar.gz"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment