From b90c9ca7f3788af312a35c7d710361cfe4fb0f50 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 29 Aug 2014 13:45:40 +0200 Subject: [PATCH] Fix attribute lookup typo --- files/gitlab-cookbooks/gitlab/templates/default/nginx.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/gitlab-cookbooks/gitlab/templates/default/nginx.conf.erb b/files/gitlab-cookbooks/gitlab/templates/default/nginx.conf.erb index 746b5dd..55002f5 100644 --- a/files/gitlab-cookbooks/gitlab/templates/default/nginx.conf.erb +++ b/files/gitlab-cookbooks/gitlab/templates/default/nginx.conf.erb @@ -2,7 +2,7 @@ # erased! To change the contents below, edit /etc/gitlab/gitlab.rb # and run `sudo gitlab-ctl reconfigure`. -user <%= node['gitlab']['webserver']['username'] %> <%= node['gitlab']['webserver']['username']%>; +user <%= node['gitlab']['web-server']['username'] %> <%= node['gitlab']['web-server']['username']%>; worker_processes <%= @worker_processes %>; error_log /var/log/gitlab/nginx/error.log; pid /var/opt/gitlab/nginx/nginx.pid; -- libgit2 0.21.2