summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorJan Schlüter <github@jan-schlueter.de>2013-09-17 18:01:16 +0200
committerJan Schlüter <github@jan-schlueter.de>2013-09-17 18:01:16 +0200
commitab730ad4ab622dc164cc024171f07bf3b07a3979 (patch)
tree388e166a2a456f118eaf5d9b97f1a86eac01f27a /config.yml.example
parent2c238b717e86069aca485fae7a733135970b56a2 (diff)
downloadgitlab-shell-ab730ad4ab622dc164cc024171f07bf3b07a3979.tar.gz
More detailed warning about symlinks in repos_path
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example
index 6922b48..7ac6258 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