Commit d1ad5980 authored by Richard Clamp's avatar Richard Clamp

Specify 'on each server' more strongly

parent e5c2ba8f
...@@ -568,7 +568,7 @@ Please note that after the initial configuration, if a failover occurs, the Post ...@@ -568,7 +568,7 @@ Please note that after the initial configuration, if a failover occurs, the Post
##### Example recommended setup for Consul servers ##### Example recommended setup for Consul servers
In `/etc/gitlab/gitlab.rb`: On each server edit `/etc/gitlab/gitlab.rb`:
```ruby ```ruby
# Disable all components except Consul # Disable all components except Consul
...@@ -595,7 +595,7 @@ consul['configuration'] = { ...@@ -595,7 +595,7 @@ consul['configuration'] = {
##### Example recommended setup for PostgreSQL servers ##### Example recommended setup for PostgreSQL servers
In `/etc/gitlab/gitlab.rb`: On each server edit `/etc/gitlab/gitlab.rb`:
```ruby ```ruby
# Disable all components except PostgreSQL and Repmgr and Consul # Disable all components except PostgreSQL and Repmgr and Consul
...@@ -641,7 +641,7 @@ consul['configuration'] = { ...@@ -641,7 +641,7 @@ consul['configuration'] = {
##### Example recommended setup for application server ##### Example recommended setup for application server
In `/etc/gitlab/gitlab.rb`: On the server edit `/etc/gitlab/gitlab.rb`:
```ruby ```ruby
external_url 'http://gitlab.example.com' external_url 'http://gitlab.example.com'
...@@ -746,7 +746,7 @@ Please note that after the initial configuration, if a failover occurs, the Post ...@@ -746,7 +746,7 @@ Please note that after the initial configuration, if a failover occurs, the Post
##### Example minimal configuration for database servers ##### Example minimal configuration for database servers
In `/etc/gitlab/gitlab.rb`: On each server edit `/etc/gitlab/gitlab.rb`:
```ruby ```ruby
# Disable all components except PostgreSQL, Repmgr, and Consul # Disable all components except PostgreSQL, Repmgr, and Consul
...@@ -793,7 +793,7 @@ consul['configuration'] = { ...@@ -793,7 +793,7 @@ consul['configuration'] = {
##### Example minimal configuration for application server ##### Example minimal configuration for application server
In `/etc/gitlab/gitlab.rb`: On the server edit `/etc/gitlab/gitlab.rb`:
```ruby ```ruby
external_url 'http://gitlab.example.com' external_url 'http://gitlab.example.com'
......
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