Commit 9d958d691845f60bfe4b23d793443edeadef2ea6
1 parent
a110670c
Exists in
master
and in
17 other branches
Enable unicorn by default
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
... | ... | @@ -62,6 +62,7 @@ default['gitlab']['gitlab-core']['rate_limit_period'] = 60 |
62 | 62 | #### |
63 | 63 | # Unicorn |
64 | 64 | #### |
65 | +default['gitlab']['unicorn']['enable'] = true | |
65 | 66 | default['gitlab']['unicorn']['log_directory'] = "/var/log/gitlab/unicorn" |
66 | 67 | default['gitlab']['unicorn']['worker_processes'] = 2 |
67 | 68 | default['gitlab']['unicorn']['listen'] = '127.0.0.1' | ... | ... |