Commit b90c9ca7f3788af312a35c7d710361cfe4fb0f50

Authored by Jacob Vosmaer
1 parent 48620fb5
Exists in master

Fix attribute lookup typo

files/gitlab-cookbooks/gitlab/templates/default/nginx.conf.erb
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 # erased! To change the contents below, edit /etc/gitlab/gitlab.rb 2 # erased! To change the contents below, edit /etc/gitlab/gitlab.rb
3 # and run `sudo gitlab-ctl reconfigure`. 3 # and run `sudo gitlab-ctl reconfigure`.
4 4
5 -user <%= node['gitlab']['webserver']['username'] %> <%= node['gitlab']['webserver']['username']%>; 5 +user <%= node['gitlab']['web-server']['username'] %> <%= node['gitlab']['web-server']['username']%>;
6 worker_processes <%= @worker_processes %>; 6 worker_processes <%= @worker_processes %>;
7 error_log /var/log/gitlab/nginx/error.log; 7 error_log /var/log/gitlab/nginx/error.log;
8 pid /var/opt/gitlab/nginx/nginx.pid; 8 pid /var/opt/gitlab/nginx/nginx.pid;