diff --git a/doc/administration/geo/setup/index.md b/doc/administration/geo/setup/index.md index 4dbd2ef61671695a3938249b16ac877ae197f967..fe72f481b3fde786c4a12608a2172ee0a71b6fe3 100644 --- a/doc/administration/geo/setup/index.md +++ b/doc/administration/geo/setup/index.md @@ -32,9 +32,9 @@ If both Geo sites are based on the [1K reference architecture](../../reference_a 1. [Set up the database replication](database.md) (`primary (read-write) <-> secondary (read-only)` topology). 1. [Configure GitLab](../replication/configuration.md) to set the **primary** and **secondary** sites. -1. Optional: [Configure Object storage](../../object_storage.md) +1. Recommended: [Configure unified URLs](../secondary_proxy/index.md) to use a single, unified URL for all Geo sites. +1. Optional: [Configure Object storage replication](../../object_storage.md) 1. Optional: [Configure a secondary LDAP server](../../auth/ldap/index.md) for the **secondary** sites. See [notes on LDAP](../index.md#ldap). -1. Optional: [Configure Geo secondary proxying](../secondary_proxy/index.md) to use a single, unified URL for all Geo sites. This step is recommended to accelerate most read requests while transparently proxying writes to the primary Geo site. 1. Optional: [Configure Container Registry for the secondary site](../replication/container_registry.md). 1. Follow the [Using a Geo Site](../replication/usage.md) guide.