Merge branch 'patch-28' into 'master'
uploads.md: Fix incorrect path reference See merge request gitlab-org/gitlab-ce!21901
This commit is contained in:
commit
6c3c76af0d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ below.
|
|||
>**Notes:**
|
||||
For historical reasons, uploads are stored into a base directory, which by default is `uploads/-/system`. It is strongly discouraged to change this configuration option on an existing GitLab installation.
|
||||
|
||||
_The uploads are stored by default in `/var/opt/gitlab/gitlab-rails/public/uploads/-/system`._
|
||||
_The uploads are stored by default in `/var/opt/gitlab/gitlab-rails/uploads/-/system`._
|
||||
|
||||
1. To change the storage path for example to `/mnt/storage/uploads`, edit
|
||||
`/etc/gitlab/gitlab.rb` and add the following line:
|
||||
|
|
Loading…
Reference in a new issue