Commit ef2af657 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'wc-geo-url-401' into 'master'

Add note on mismatched external_url causing Geo status page 401

See merge request gitlab-org/gitlab!62142
parents 3ff0f560 57ec93f7
...@@ -854,6 +854,11 @@ To resolve this issue: ...@@ -854,6 +854,11 @@ To resolve this issue:
the **primary** node using IPv4 in the `/etc/hosts` file. Alternatively, you should the **primary** node using IPv4 in the `/etc/hosts` file. Alternatively, you should
[enable IPv6 on the **primary** node](https://docs.gitlab.com/omnibus/settings/nginx.html#setting-the-nginx-listen-address-or-addresses). [enable IPv6 on the **primary** node](https://docs.gitlab.com/omnibus/settings/nginx.html#setting-the-nginx-listen-address-or-addresses).
### Geo Admin Area shows 'Unknown' for health status and 'Request failed with status code 401'
If using a load balancer, ensure that the load balancer's URL is set as the `external_url` in the
`/etc/gitlab/gitlab.rb` of the nodes behind the load balancer.
### GitLab Pages return 404 errors after promoting ### GitLab Pages return 404 errors after promoting
This is due to [Pages data not being managed by Geo](datatypes.md#limitations-on-replicationverification). This is due to [Pages data not being managed by Geo](datatypes.md#limitations-on-replicationverification).
......
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