summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeAndre Harris <dharris@gitlab.com>2018-08-16 17:15:33 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-08-16 17:15:33 +0000
commitf312503da16b753c2b8a642003ad9a273dfb5ed0 (patch)
treea48ea5b0c0d1cbc151322ac5e46f8f322dd12043
parent1a7ecf03944050b9f0126bde9767481d7e8d3ec2 (diff)
downloadgitlab-ce-f312503da16b753c2b8a642003ad9a273dfb5ed0.tar.gz
Updates Pages IP address post-GCP migration
-rw-r--r--doc/user/project/pages/getting_started_part_three.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/pages/getting_started_part_three.md b/doc/user/project/pages/getting_started_part_three.md
index 61af1d2ab27..a24037cfd5f 100644
--- a/doc/user/project/pages/getting_started_part_three.md
+++ b/doc/user/project/pages/getting_started_part_three.md
@@ -70,7 +70,7 @@ In case you want to point a root domain (`example.com`) to your
GitLab Pages site, deployed to `namespace.gitlab.io`, you need to
log into your domain's admin control panel and add a DNS `A` record
pointing your domain to Pages' server IP address. For projects on
-GitLab.com, this IP is `52.167.214.135`. For projects living in
+GitLab.com, this IP is `35.185.44.232`. For projects living in
other GitLab instances (CE or EE), please contact your sysadmin
asking for this information (which IP address is Pages server
running on your instance).
@@ -112,7 +112,7 @@ If the domain has multiple uses (e.g., you host email on it as well):
| From | DNS Record | To |
| ---- | ---------- | -- |
-| domain.com | A | 52.167.214.135 |
+| domain.com | A | 35.185.44.232 |
| domain.com | TXT | gitlab-pages-verification-code=00112233445566778899aabbccddeeff |
If the domain is dedicated to GitLab Pages use and no other services run on it:
@@ -129,7 +129,7 @@ If the domain is dedicated to GitLab Pages use and no other services run on it:
> - **Do not** add any special chars after the default Pages
domain. E.g., **do not** point your `subdomain.domain.com` to
`namespace.gitlab.io.` or `namespace.gitlab.io/`.
-> - GitLab Pages IP on GitLab.com [has been changed](https://about.gitlab.com/2017/03/06/we-are-changing-the-ip-of-gitlab-pages-on-gitlab-com/) from `104.208.235.32` to `52.167.214.135`.
+> - GitLab Pages IP on GitLab.com [has been changed](https://about.gitlab.com/2017/03/06/we-are-changing-the-ip-of-gitlab-pages-on-gitlab-com/) from `52.167.214.135` to `35.185.44.232`.
## Add your custom domain to GitLab Pages settings