diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-09-26 11:03:31 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-09-26 11:03:31 +0000 |
commit | 6c3c76af0d81e472a35697860a90de84b612b0fc (patch) | |
tree | 378eacd2d080688a1cad707e8fe9525071c04bd1 /doc | |
parent | 4962bee87a989c032cf044153fe6f44e3f302c75 (diff) | |
parent | 7b61bc2fd54f0939f4dc5ed8ef0e430748570f1a (diff) | |
download | gitlab-ce-6c3c76af0d81e472a35697860a90de84b612b0fc.tar.gz |
Merge branch 'patch-28' into 'master'
uploads.md: Fix incorrect path reference
See merge request gitlab-org/gitlab-ce!21901
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/uploads.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/uploads.md b/doc/administration/uploads.md index ce83da16067..aec9a359ada 100644 --- a/doc/administration/uploads.md +++ b/doc/administration/uploads.md @@ -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: |