diff options
author | Stan Hu <stanhu@gmail.com> | 2015-12-14 00:17:10 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-12-14 09:21:18 -0800 |
commit | 5bca9ec7508414ccba03f29ddca149ea93e62f45 (patch) | |
tree | f0f36ee9ad70db09c3a8c8c4272de81eed41ae81 | |
parent | 58bb985fe0e3aff148191d2a2a2c0246b60c2ebe (diff) | |
download | gitlab-ce-5bca9ec7508414ccba03f29ddca149ea93e62f45.tar.gz |
Rename gitlab-git-http-server mention with gitlab-workhorse
[ci skip]
-rw-r--r-- | doc/update/8.2-to-8.3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.2-to-8.3.md b/doc/update/8.2-to-8.3.md index 071ed02494a..563754ff4f6 100644 --- a/doc/update/8.2-to-8.3.md +++ b/doc/update/8.2-to-8.3.md @@ -143,7 +143,7 @@ git diff origin/8-2-stable:lib/support/nginx/gitlab origin/8-3-stable:lib/suppor If you are using Apache instead of NGINX please see the updated [Apache templates]. Also note that because Apache does not support upstreams behind Unix sockets you -will need to let gitlab-git-http-server listen on a TCP port. You can do this +will need to let gitlab-workhorse listen on a TCP port. You can do this via [/etc/default/gitlab]. [Apache templates]: https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/web-server/apache |