diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-01-23 13:54:09 +0100 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-02-01 23:50:02 +0000 |
commit | 2c787bca1f0566517a2ddae7d1f23a822285a44d (patch) | |
tree | e4a41d113aac98724d2a9fe8902dbe248085f6f9 /doc/administration/pages | |
parent | 452b9c8b955274f8892d3fa4a0fc335d28515272 (diff) | |
download | gitlab-ce-2c787bca1f0566517a2ddae7d1f23a822285a44d.tar.gz |
Better highlight prerequisites for Pages
Diffstat (limited to 'doc/administration/pages')
-rw-r--r-- | doc/administration/pages/index.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/administration/pages/index.md b/doc/administration/pages/index.md index c460c8e1b86..5e84eb85667 100644 --- a/doc/administration/pages/index.md +++ b/doc/administration/pages/index.md @@ -47,12 +47,13 @@ In this document, we will proceed assuming the first option. Before proceeding with the Pages configuration, you will need to: -1. Have a separate domain under which the GitLab Pages will be served -1. (Optional) Have a wildcard certificate for that domain if you decide to serve - Pages under HTTPS -1. Configure a wildcard DNS record +1. Have a separate domain under which the GitLab Pages will be served. In this + document we assume that to be `example.io`. +1. Configure a **wildcard DNS record**. +1. (Optional) Have a **wildcard certificate** for that domain if you decide to + serve Pages under HTTPS. 1. (Optional but recommended) Enable [Shared runners](../ci/runners/README.md) - so that your users don't have to bring their own + so that your users don't have to bring their own. ### DNS configuration |