uploads.md: Fix incorrect path reference

This commit is contained in:
Per Lundberg 2018-09-25 10:10:46 +00:00
parent b4c78a58f5
commit 7b61bc2fd5
1 changed files with 1 additions and 1 deletions

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: