diff options
author | Stan Hu <stanhu@gmail.com> | 2015-12-14 00:15:29 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-12-14 00:18:47 -0800 |
commit | 41f5bb035bd648c6fb0023bfbfb5ae40551cb180 (patch) | |
tree | 637b054bbc0e1477d14da5fc0d6c13c704812a7d /doc/update/8.1-to-8.2.md | |
parent | a5e449571bb941d65d33569a0f0db575a5b3d399 (diff) | |
download | gitlab-ce-41f5bb035bd648c6fb0023bfbfb5ae40551cb180.tar.gz |
Rename mention of gitlab-git-http-server to gitlab-workhorse
[ci skip]
Closes https://github.com/gitlabhq/gitlabhq/issues/9904
Diffstat (limited to 'doc/update/8.1-to-8.2.md')
-rw-r--r-- | doc/update/8.1-to-8.2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.1-to-8.2.md b/doc/update/8.1-to-8.2.md index b08a79ca0aa..46dfa2232b4 100644 --- a/doc/update/8.1-to-8.2.md +++ b/doc/update/8.1-to-8.2.md @@ -142,7 +142,7 @@ git diff origin/8-1-stable:lib/support/nginx/gitlab origin/8-2-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 |