summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2018-07-18 12:07:37 +0200
committerTim Graham <timograham@gmail.com>2018-08-04 11:06:04 -0400
commit1e8c68ff47b3b0d255e1224f22bcdb39ae2e5d6c (patch)
treec68c25c8fe36df0251e0da7448048f179434e8c7
parent4261ba6770584da7c8d381744a924ce2ef9357a5 (diff)
[2.1.x] Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist.
Backport of ef70af77ec53160d5ffa060c1bdf5ed93322d84f from master
-rw-r--r--docs/howto/deployment/checklist.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt
index 03b31f1357..1aa078e247 100644
--- a/docs/howto/deployment/checklist.txt
+++ b/docs/howto/deployment/checklist.txt
@@ -154,6 +154,16 @@ server never attempts to interpret them. For instance, if a user uploads a
Now is a good time to check your backup strategy for these files.
+:setting:`FILE_UPLOAD_PERMISSIONS`
+----------------------------------
+
+With the default file upload settings, files smaller than
+:setting:`FILE_UPLOAD_MAX_MEMORY_SIZE` may be stored with a different mode
+than larger files as described in :setting:`FILE_UPLOAD_PERMISSIONS`.
+
+Setting :setting:`FILE_UPLOAD_PERMISSIONS` ensures all files are uploaded with
+the same permissions.
+
HTTPS
=====