diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2018-10-09 07:36:28 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2018-10-09 07:36:28 +0000 |
commit | 3f2700e46da2637ff888d2c04eac826ccd59e86f (patch) | |
tree | 5c607c2b32da25faa26dec88403f914bbcd47dce | |
parent | e04291117d50b62b4abf4c6988dee1d4086b7113 (diff) | |
download | gitlab-ce-3f2700e46da2637ff888d2c04eac826ccd59e86f.tar.gz |
docs: match where statements at in omnibus section
-rw-r--r-- | doc/administration/gitaly/index.md | 6 |
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 |