diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-20 17:04:55 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-20 17:04:55 +0000 |
commit | 5c52e748ea699f89604adce1bde23058f7cf0048 (patch) | |
tree | 876df722496527064034d7b91cb66dd8ed1d5fdc /doc/administration/uploads.md | |
parent | 4249eac3058fbc57724feb04b98a547732ca5959 (diff) | |
parent | e725411006d27c833703c0099367818df48af1a3 (diff) | |
download | gitlab-ce-5c52e748ea699f89604adce1bde23058f7cf0048.tar.gz |
Merge branch 'patch-11' into 'master'
doc/uploads: fix another path to omnibus uploads
See merge request gitlab-org/gitlab-ce!22330
Diffstat (limited to 'doc/administration/uploads.md')
-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 8c0c7a36736..708b59a273b 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/uploads/-/system`._ +_The uploads are stored by default in `/var/opt/gitlab/gitlab-rails/uploads`._ 1. To change the storage path for example to `/mnt/storage/uploads`, edit `/etc/gitlab/gitlab.rb` and add the following line: |