From eea56e8e09b23b0afce43f9eded0dae05c09f944 Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axilleas@axilleas.me>
Date: Sun, 21 Feb 2016 12:27:50 +0200
Subject: [PATCH] Add first draft of architecture

---
 doc/pages/administration.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/pages/administration.md b/doc/pages/administration.md
index 533465e2a09ae..aae5fd2be7ae0 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
 
-- 
GitLab