summaryrefslogtreecommitdiff
path: root/doc/pages/administration.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-22 01:10:49 +0200
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:55:29 +0000
commit54c943a59732cb0e0ce90a3d5db7f98ae807f22b (patch)
treea757447bce5818967b9e26db554ca5855494edf0 /doc/pages/administration.md
parent2a484c6a291172c9c69cdcfe068ea4e440771393 (diff)
downloadgitlab-ce-54c943a59732cb0e0ce90a3d5db7f98ae807f22b.tar.gz
Reword pages daemon intro
Diffstat (limited to 'doc/pages/administration.md')
-rw-r--r--doc/pages/administration.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/pages/administration.md b/doc/pages/administration.md
index 1d7ee65a0d6..8477bfa8b21 100644
--- a/doc/pages/administration.md
+++ b/doc/pages/administration.md
@@ -44,11 +44,12 @@ 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]),
-a simple HTTP server written in Go that serves GitLab Pages with CNAMEs and SNI
-using HTTP/HTTP2. You are encouraged to read its [README][pages-readme] to fully
-understand how it works.
+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
+HTTP2 by default.
-What is supported when using the pages daemon:
+Here is a brief list with what it is supported when using the pages daemon:
- Multiple domains per-project
- One TLS certificate per-domain
@@ -56,6 +57,9 @@ What is supported when using the pages daemon:
- Validation of certificate chain
- Validation of private key against certificate
+You are encouraged to read its [README][pages-readme] to fully understand how
+it works.
+
---
In the case of custom domains, the Pages daemon needs to listen on ports `80`