Skip to content
Snippets Groups Projects

Gitlab Pages to 8.3 stable

Closed Kamil Trzcińśki requested to merge gitlab-pages into 8-3-stable-ee

The !80 (merged) to stable 8.3

/cc @rspeicher

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
12
13 1. You need to properly configure your DNS to point to the domain that pages
14 will be served
15 1. Pages use a separate nginx configuration file which needs to be explicitly
16 added in the server under which GitLab EE runs
17
18 Both of these settings are described in detail in the sections below.
19
20 ### DNS configuration
21
22 GitLab Pages expect to run on their own virtual host. In your DNS you need to
23 add a [wildcard DNS A record][wiki-wildcard-dns] pointing to the host that
24 GitLab runs. For example, an entry would look like this:
25
26 ```
27 *.gitlabpages.com. 60 IN A 1.2.3.4
Please register or sign in to reply
Loading