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 2 # erased! To change the contents below, edit /etc/gitlab/gitlab.rb
3 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 6 worker_processes <%= @worker_processes %>;
7 7 error_log /var/log/gitlab/nginx/error.log;
8 8 pid /var/opt/gitlab/nginx/nginx.pid;
... ...