Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-11 15:52:23 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-11 15:52:23 +0300
commit9e7899f50d3b9f933b1a3555aa4bc7d04bd1a407 (patch)
tree226ea84986fd92a1afe17c94d50df5715b4b03b9 /doc
parent316eaece2f0007523faef5951f44131721bd1f8c (diff)
parent3f2700e46da2637ff888d2c04eac826ccd59e86f (diff)
Merge branch 'patch-27' into 'master'
docs: match where statements at in omnibus section See merge request gitlab-org/gitlab-ce!22214
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/gitaly/index.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md
index b5e2b5448f7..e1b2a0a24eb 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -25,15 +25,13 @@ gitaly['prometheus_listen_addr'] = 'localhost:9236'
```
To change a Gitaly setting in installations from source you can edit
-`/home/git/gitaly/config.toml`.
+`/home/git/gitaly/config.toml`. Changes will be applied when you run
+`service gitlab restart`.
```toml
prometheus_listen_addr = "localhost:9236"
```
-Changes to `/home/git/gitaly/config.toml` are applied when you run `service
-gitlab restart`.
-
## Client-side GRPC logs
Gitaly uses the [gRPC](https://grpc.io/) RPC framework. The Ruby gRPC