Commit 39f85b1b authored by Rico Hageman's avatar Rico Hageman Committed by Marcia Ramos

Add documentation about the life cycle of a HTTP git request

parent 54b2524f
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment