From 3e60a44b300f9323cac34535464bedbf8ab5766e Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 16 Apr 2018 14:29:30 +1000 Subject: [PATCH] gitlab.yml.example: fixed path to "gitaly.socket". --- debian/conf/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/conf/gitlab.yml.example b/debian/conf/gitlab.yml.example index c77d4bcfe8..f28585de86 100644 --- a/debian/conf/gitlab.yml.example +++ b/debian/conf/gitlab.yml.example @@ -508,7 +508,7 @@ production: &base storages: # You must have at least a `default` storage path. default: path: /var/lib/gitlab/repositories/ - gitaly_address: unix:/var/lib/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) + gitaly_address: unix:/run/gitlab/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. failure_count_threshold: 10 # number of failures before stopping attempts failure_wait_time: 30 # Seconds after an access failure before allowing access again