Skip to content
代码片段 群组 项目
提交 d81466a0 编辑于 作者: Achilleas Pipinellis's avatar Achilleas Pipinellis
浏览文件

Reword pages daemon intro

上级 92d314a3
No related branches found
No related tags found
无相关合并请求
...@@ -44,11 +44,12 @@ probably want to read the [user documentation](README.md). ...@@ -44,11 +44,12 @@ probably want to read the [user documentation](README.md).
## The GitLab Pages daemon ## 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, Pages make use of a separate tool ([gitlab-pages]),
a simple HTTP server written in Go that serves GitLab Pages with CNAMEs and SNI a simple HTTP server written in Go that can listen on an external IP address
using HTTP/HTTP2. You are encouraged to read its [README][pages-readme] to fully and provide support for custom domains and custom certificates. The GitLab
understand how it works. 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 - Multiple domains per-project
- One TLS certificate per-domain - One TLS certificate per-domain
...@@ -56,6 +57,9 @@ What is supported when using the pages daemon: ...@@ -56,6 +57,9 @@ What is supported when using the pages daemon:
- Validation of certificate chain - Validation of certificate chain
- Validation of private key against certificate - 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` In the case of custom domains, the Pages daemon needs to listen on ports `80`
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册