diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2016-11-01 22:00:34 +0000 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2016-11-02 00:04:54 +0200 |
commit | afc465d9ecce58df92b436d2ebf9732147e9a0cb (patch) | |
tree | 21d1063fd9ec970092d6f235c59c3bcfdf42b40b | |
parent | e2e3f196ac79beb1a79aff2ff94ddc1882bc76f4 (diff) | |
download | gitlab-ce-afc465d9ecce58df92b436d2ebf9732147e9a0cb.tar.gz |
Update gitlab.yml.example
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 3451b68cea5..699ab6075b6 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -432,7 +432,9 @@ production: &base ## Repositories settings repositories: # Paths where repositories can be stored. Give the canonicalized absolute pathname. - # NOTE: REPOS PATHS MUST NOT CONTAIN ANY SYMLINK!!! + # IMPORTANT: None of the path components may be symlink, because + # gitlab-shell invokes Dir.pwd inside the repository path and that results + # real path not the symlink. storages: # You must have at least a `default` storage path. default: /home/git/repositories/ |