Commit 04b872e1 authored by Lee Matos's avatar Lee Matos

Application Servers should have nginx running on them.

Currently our roles ['application_role'] doesn't include nginx. We should
explicitly run it on the application servers for 99.9% of HA setups.
parent 997407d5
......@@ -57,6 +57,7 @@ for each GitLab application server in your environment.
# Disable components that will not be on the GitLab application server
roles ['application_role']
nginx['enable'] = true
# PostgreSQL connection details
gitlab_rails['db_adapter'] = 'postgresql'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment