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:
Achilleas Pipinellis 2018-09-26 11:03:31 +00:00
commit 6c3c76af0d

View file

@ -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: