summaryrefslogtreecommitdiff
path: root/doc/development/architecture.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/architecture.md')
-rw-r--r--doc/development/architecture.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index c75de8e8970..d1ae4fbec18 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -494,7 +494,9 @@ Below we describe the different pathing that HTTP vs. SSH Git requests will take
### Web Request (80/443)
-TODO
+When you make a Git request over HTTP, the request first takes the same steps as a web HTTP request
+through NGINX and GitLab Workhorse. However, the GitLab Workhorse then diverts the request towards
+Gitaly, which processes it directly.
### SSH Request (22)