Commit 9e7899f5 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-27' into 'master'

docs: match where statements at in omnibus section

See merge request gitlab-org/gitlab-ce!22214
parents 316eaece 3f2700e4
...@@ -25,15 +25,13 @@ gitaly['prometheus_listen_addr'] = 'localhost:9236' ...@@ -25,15 +25,13 @@ gitaly['prometheus_listen_addr'] = 'localhost:9236'
``` ```
To change a Gitaly setting in installations from source you can edit 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 ```toml
prometheus_listen_addr = "localhost:9236" prometheus_listen_addr = "localhost:9236"
``` ```
Changes to `/home/git/gitaly/config.toml` are applied when you run `service
gitlab restart`.
## Client-side GRPC logs ## Client-side GRPC logs
Gitaly uses the [gRPC](https://grpc.io/) RPC framework. The Ruby gRPC Gitaly uses the [gRPC](https://grpc.io/) RPC framework. The Ruby gRPC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment