Commit be2f82b0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #94 from f0k/improve-symlink-warning

More detailed warning about symlinks in repos_path
parents 2c238b71 ab730ad4
...@@ -12,7 +12,9 @@ http_settings: ...@@ -12,7 +12,9 @@ http_settings:
self_signed_cert: false self_signed_cert: false
# Repositories path # 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" repos_path: "/home/git/repositories"
# File used as authorized_keys for gitlab user # File used as authorized_keys for gitlab user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment