Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fed8b62c
Commit
fed8b62c
authored
Feb 22, 2016
by
Achilleas Pipinellis
Committed by
James Edwards-Jones
Jan 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove pages daemon from table and add it as prerequisite
parent
ca26884c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
doc/pages/administration.md
doc/pages/administration.md
+9
-8
No files found.
doc/pages/administration.md
View file @
fed8b62c
...
...
@@ -108,25 +108,26 @@ from.
### Configuration scenarios
Before proceeding
you have to decide what Pages scenario you want to use.
Remember
that in either scenario, you need:
Before proceeding
with setting up GitLab Pages, you have to decide which route
you want to take. Note
that in either scenario, you need:
1.
To use the
[
GitLab Pages daemon
](
#the-gitlab-pages-daemon
)
1.
A separate domain
1.
A separate Nginx configuration file which needs to be explicitly added in
the server under which GitLab EE runs (Omnibus does that automatically)
1.
(Optional) A wildcard certificate for that domain if you decide to serve
pages under HTTPS
1.
(Optional but recommended)
[
Shared runners
](
../ci/runners/README.md
)
so that
your users don't have to bring their own
.
your users don't have to bring their own
The possible scenarios are depicted in the table below.
| URL scheme | Option | Wildcard certificate |
Pages daemon |
Custom domain with HTTP support | Custom domain with HTTPS support | Secondary IP |
| URL scheme | Option | Wildcard certificate | Custom domain with HTTP support | Custom domain with HTTPS support | Secondary IP |
| --- |:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
`http://page.
gitlab.io`
| 1 | no | no |
no | no | no |
|
`https://page.
gitlab.io`
| 1 | yes | no |
no | no | no |
|
`http://page.
gitlab.io`
and
`http://page.com`
| 2 | no | yes |
yes | no | yes |
|
`https://page.
gitlab.io`
and
`https://page.com`
| 2 | yes | yes | yes/no
| yes | yes |
|
`http://page.
example.io`
| 1 | no |
no | no | no |
|
`https://page.
example.io`
| 1 | yes |
no | no | no |
|
`http://page.
example.io`
and
`http://page.com`
| 2 | no |
yes | no | yes |
|
`https://page.
example.io`
and
`https://page.com`
| 2 | yes | redirects to HTTPS
| yes | yes |
As you see from the table above, each URL scheme comes with an option:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment