Commit a43e3f95 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch '210322-add-http-git-request-life-cycle-docs' into 'master'

Add documentation about the life cycle of a HTTP git request

Closes #210322

See merge request gitlab-org/gitlab!27107
parents a9e19e07 39f85b1b
......@@ -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