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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
e5c7c8ca
Commit
e5c7c8ca
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
Small reword fixes
parent
9ca23461
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
doc/pages/administration.md
doc/pages/administration.md
+6
-4
No files found.
doc/pages/administration.md
View file @
e5c7c8ca
...
...
@@ -48,7 +48,7 @@ probably want to read the [user documentation](README.md).
## The GitLab Pages daemon
Starting from GitLab EE 8.5,
Pages make use of a separate tool ([gitlab-pages])
,
Starting from GitLab EE 8.5,
GitLab Pages make use of the [GitLab Pages daemon]
,
a simple HTTP server written in Go that can listen on an external IP address
and provide support for custom domains and custom certificates. The GitLab
Pages Daemon supports dynamic certificates through SNI and exposes pages using
...
...
@@ -65,6 +65,9 @@ Here is a brief list with what it is supported when using the pages daemon:
You are encouraged to read its
[
README
][
pages-readme
]
to fully understand how
it works.
[
gitlab pages daemon
]:
https://gitlab.com/gitlab-org/gitlab-pages
[
pages-readme
]:
https://gitlab.com/gitlab-org/gitlab-pages/blob/master/README.md
### The GitLab Pages daemon and the case of custom domains
In the case of custom domains, the Pages daemon needs to listen on ports
`80`
...
...
@@ -87,7 +90,7 @@ install the pages daemon.
### Install the Pages daemon
**
Install the Pages daemon on a source installation
**
**
Source installations
**
```
cd /home/git
...
...
@@ -97,11 +100,10 @@ sudo -u git -H git checkout 0.2.0
sudo -u git -H make
```
**
Install the Pages daemon on Omnibu
s**
**
Omnibus installation
s**
The
`gitlab-pages`
daemon is included in the Omnibus package.
[
pages-readme
]:
https://gitlab.com/gitlab-org/gitlab-pages/blob/master/README.md
## Configuration
...
...
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