diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-07-09 15:17:10 +0000 |
---|---|---|
committer | Achilleas Pipinellis (🌴 July 10 - July 20 🌴) <axil@gitlab.com> | 2018-07-09 15:17:10 +0000 |
commit | 47f5dab6923b438c3a1e27671bd44333971191b9 (patch) | |
tree | b4ddc5f14ff3428b6c27102e02156510b78ef7a3 | |
parent | e8d7b283be1b9bb636e769908c2d9e603f3aa679 (diff) | |
download | gitlab-ce-47f5dab6923b438c3a1e27671bd44333971191b9.tar.gz |
Docs: make it clear that you need a completely separate domain for Pages
-rw-r--r-- | doc/administration/pages/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/pages/index.md b/doc/administration/pages/index.md index 9b1297ca4ba..c0a281382a5 100644 --- a/doc/administration/pages/index.md +++ b/doc/administration/pages/index.md @@ -49,8 +49,8 @@ supporting custom domains a secondary IP is not needed. Before proceeding with the Pages configuration, you will need to: -1. Have a separate domain under which the GitLab Pages will be served. In this - document we assume that to be `example.io`. +1. Have an exclusive root domain for serving GitLab Pages. Note that you cannot + use a subdomain of your GitLab's instance domain. 1. Configure a **wildcard DNS record**. 1. (Optional) Have a **wildcard certificate** for that domain if you decide to serve Pages under HTTPS. |