Commit 604678773736b17de157aca3882e895c9c9adee8

Authored by Jacob Vosmaer
1 parent 74e1129b

Fix another nginx typo

files/gitlab-cookbooks/gitlab/recipes/nginx.rb
@@ -37,7 +37,7 @@ nginx_vars = node['gitlab']['nginx'].to_hash.merge({ @@ -37,7 +37,7 @@ nginx_vars = node['gitlab']['nginx'].to_hash.merge({
37 :gitlab_http_config => File.join(nginx_etc_dir, "gitlab-http.conf"), 37 :gitlab_http_config => File.join(nginx_etc_dir, "gitlab-http.conf"),
38 }) 38 })
39 39
40 -template nginx_vars[gitlab_http_config] do 40 +template nginx_vars[:gitlab_http_config] do
41 source "nginx-gitlab-http.conf.erb" 41 source "nginx-gitlab-http.conf.erb"
42 owner "root" 42 owner "root"
43 group "root" 43 group "root"