Fix path to /etc/default/gitlab in 8.0 update guide
This commit is contained in:
parent
b623391720
commit
6055c507cc
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
If your Git repositories are in a directory other than `/home/git/repositories`,
|
If your Git repositories are in a directory other than `/home/git/repositories`,
|
||||||
you need to tell `gitlab-git-http-server` about it via `/etc/gitlab/default`.
|
you need to tell `gitlab-git-http-server` about it via `/etc/default/gitlab`.
|
||||||
See `lib/support/init.d/gitlab.default.example` for the options.
|
See `lib/support/init.d/gitlab.default.example` for the options.
|
||||||
|
|
||||||
### 6. Copy secrets
|
### 6. Copy secrets
|
||||||
|
|
Loading…
Reference in a new issue