summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-21 12:27:50 +0200
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:55:28 +0000
commit96fed04452ff9b637c2298c05a89f1f14fa091f2 (patch)
tree1b9e2e56366a4eb9f2086cea784049492274372a
parent055b8230cc84252e143798938d179024b083f152 (diff)
downloadgitlab-ce-96fed04452ff9b637c2298c05a89f1f14fa091f2.tar.gz
Add first draft of architecture
-rw-r--r--doc/pages/administration.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/pages/administration.md b/doc/pages/administration.md
index f45b013b8f6..f52703b7e43 100644
--- a/doc/pages/administration.md
+++ b/doc/pages/administration.md
@@ -13,9 +13,13 @@ probably want to read the [user documentation](README.md).
[ee-80]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/80
-The NGINX configs have changed to reflect this change.
+## Architecture
-[gitlab-pages daemon]: https://gitlab.com/gitlab-org/gitlab-pages
+GitLab uses 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.
+
+[pages-readme]: https://gitlab.com/gitlab-org/gitlab-pages/blob/master/README.md
## Configuration