diff options
author | mcfedr <mcfedr@gmail.com> | 2013-04-22 10:17:39 +0200 |
---|---|---|
committer | mcfedr <mcfedr@gmail.com> | 2013-04-22 10:17:39 +0200 |
commit | d0d394fa80ccf9c0b3081f930dd1b277a8073e8e (patch) | |
tree | b7bb068edcb14777b386975e530e8f803fe2c019 | |
parent | fc55020536f738f253a4c21285e38fd59e549056 (diff) | |
download | gitlab-shell-d0d394fa80ccf9c0b3081f930dd1b277a8073e8e.tar.gz |
Add message that repes_path should be real path
In the main gitlab config there is a message that this should be the real path, meaning it looks like it can be the symlinked path in this config, experience shows this is not the case.
-rw-r--r-- | config.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index 26aa28c..4bffe14 100644 --- a/config.yml.example +++ b/config.yml.example @@ -10,6 +10,7 @@ http_settings: self_signed_cert: false # Repositories path +# REPOS_PATH MUST NOT BE A SYMLINK!!! repos_path: "/home/git/repositories" # File used as authorized_keys for gitlab user |