From ab730ad4ab622dc164cc024171f07bf3b07a3979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Schl=C3=BCter?= Date: Tue, 17 Sep 2013 18:01:16 +0200 Subject: [PATCH] More detailed warning about symlinks in repos_path --- config.yml.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.yml.example b/config.yml.example index 6922b48e92..7ac6258c80 100644 --- a/config.yml.example +++ b/config.yml.example @@ -12,7 +12,9 @@ http_settings: self_signed_cert: false # Repositories path -# REPOS_PATH MUST NOT BE A SYMLINK!!! +# Give the canonicalized absolute pathname, +# REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!! +# Check twice that none of the components is a symlink, including "/home". repos_path: "/home/git/repositories" # File used as authorized_keys for gitlab user