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:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-03-22 21:37:47 +0300
committerMicaël Bergeron <mbergeron@gitlab.com>2018-03-22 21:37:47 +0300
commitb08a1cd2c406919491f8a91e51aa0034762df14e (patch)
treea86a9ffd254deab1374aaad82fb58dcdee997ab0 /doc/administration/uploads.md
parent764b5fdd162d159bc6d8fb81adf71e32f5901de1 (diff)
fix the failing specs
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 30d8436b5c9..a82735cc72c 100644
--- a/doc/administration/uploads.md
+++ b/doc/administration/uploads.md
@@ -66,7 +66,7 @@ For source installations the following settings are nested under `uploads:` and
| `enabled` | Enable/disable object storage | `false` |
| `remote_directory` | The bucket name where Uploads will be stored| |
| `background_upload` | Set to false to disable automatic upload. Option may be removed once upload is direct to S3 | `true` |
-| `proxy_download` | Set to false to disable proxying all files served. Option allows to reduce egress traffic as this allows clients to download directly from remote storage instead of proxying all data | `false` |
+| `proxy_download` | Set to true to enable proxying all files served. Option allows to reduce egress traffic as this allows clients to download directly from remote storage instead of proxying all data | `false` |
| `connection` | Various connection options described below | |
#### S3 compatible connection settings