diff options
author | Jan Schlüter <github@jan-schlueter.de> | 2013-09-17 18:01:16 +0200 |
---|---|---|
committer | Jan Schlüter <github@jan-schlueter.de> | 2013-09-17 18:01:16 +0200 |
commit | ab730ad4ab622dc164cc024171f07bf3b07a3979 (patch) | |
tree | 388e166a2a456f118eaf5d9b97f1a86eac01f27a /config.yml.example | |
parent | 2c238b717e86069aca485fae7a733135970b56a2 (diff) | |
download | gitlab-shell-ab730ad4ab622dc164cc024171f07bf3b07a3979.tar.gz |
More detailed warning about symlinks in repos_path
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 4 |
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 |