From 9669f9381bb932321b9bcae655a2716a1e4eb3c8 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 2 Sep 2014 17:57:38 +0200 Subject: [PATCH] Use the correct group for NGINX workers --- 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 c5bf464..6b6a11b 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']['web-server']['username'] %> <%= node['gitlab']['web-server']['username']%>; +user <%= node['gitlab']['web-server']['username'] %> <%= node['gitlab']['web-server']['group']%>; worker_processes <%= @worker_processes %>; error_log stderr; -- libgit2 0.21.2