diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-03-14 17:48:32 +0100 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-03-21 14:55:41 +0100 |
commit | 275b7797c1fa104e4a0b94823ed48ec7157a50a9 (patch) | |
tree | 66119818e2db473e2cbbeeafb50a33ae7b89f108 /config/gitlab.yml.example | |
parent | 49a9c2fbefde96e428eae72a76ceefeac9dbcad4 (diff) | |
download | gitlab-ce-275b7797c1fa104e4a0b94823ed48ec7157a50a9.tar.gz |
Add gitaly source installation instructions
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index ba7f6773985..3747baf4c3b 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -450,7 +450,7 @@ production: &base # This setting is obsolete because we expect it to be moved under # repositories/storages in GitLab 9.1. # - # socket_path: tmp/sockets/gitaly.socket + # socket_path: tmp/sockets/private/gitaly.socket # # 4. Advanced settings |