Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Lundberg <perlun@gmail.com>2018-09-25 13:10:46 +0300
committerPer Lundberg <perlun@gmail.com>2018-09-25 13:10:46 +0300
commit7b61bc2fd54f0939f4dc5ed8ef0e430748570f1a (patch)
tree42e6f8ed04025bdcca5a3ca7aefd069e79a8dc51 /doc/administration/uploads.md
parentb4c78a58f5c5faef8a485903e5053f767221935c (diff)
uploads.md: Fix incorrect path reference
Diffstat (limited to 'doc/administration/uploads.md')
-rw-r--r--doc/administration/uploads.md2
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: