diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-07 21:08:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-07 21:08:27 +0000 |
commit | 4df2fd43039fb3f09086525501db071790e1699f (patch) | |
tree | 9af966dc861351d7a7d97dd9f6a586d5700a63d3 /doc/development/backend/create_source_code_be | |
parent | c2bdb9d02768a61bee7560113f4d4c83dc91338e (diff) | |
download | gitlab-ce-4df2fd43039fb3f09086525501db071790e1699f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/backend/create_source_code_be')
-rw-r--r-- | doc/development/backend/create_source_code_be/index.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/development/backend/create_source_code_be/index.md b/doc/development/backend/create_source_code_be/index.md index 6421ca3754a..8661d8b4d74 100644 --- a/doc/development/backend/create_source_code_be/index.md +++ b/doc/development/backend/create_source_code_be/index.md @@ -21,14 +21,12 @@ The team works across three codebases: Workhorse, GitLab Shell and GitLab Rails. ## Workhorse -GitLab Workhorse is a smart reverse proxy for GitLab. It handles "large" HTTP +[GitLab Workhorse](../../workhorse/index.md) is a smart reverse proxy for GitLab. It handles "large" HTTP requests such as file downloads, file uploads, `git push`, `git pull` and `git` archive downloads. Workhorse itself is not a feature, but there are several features in GitLab that would not work efficiently without Workhorse. -Workhorse documentation is available in the [Workhorse repository](https://gitlab.com/gitlab-org/gitlab/tree/master/workhorse). - ## GitLab Shell GitLab Shell handles Git SSH sessions for GitLab and modifies the list of authorized keys. |