Skip to content

Commit be2f82b

Browse files
committed
Merge pull request #94 from f0k/improve-symlink-warning
More detailed warning about symlinks in repos_path
2 parents 2c238b7 + ab730ad commit be2f82b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.yml.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ http_settings:
1212
self_signed_cert: false
1313

1414
# Repositories path
15-
# REPOS_PATH MUST NOT BE A SYMLINK!!!
15+
# Give the canonicalized absolute pathname,
16+
# REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!!
17+
# Check twice that none of the components is a symlink, including "/home".
1618
repos_path: "/home/git/repositories"
1719

1820
# File used as authorized_keys for gitlab user

0 commit comments

Comments
 (0)