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:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2018-10-09 10:36:28 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2018-10-09 10:36:28 +0300
commit3f2700e46da2637ff888d2c04eac826ccd59e86f (patch)
tree5c607c2b32da25faa26dec88403f914bbcd47dce /doc
parente04291117d50b62b4abf4c6988dee1d4086b7113 (diff)
docs: match where statements at in omnibus section
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