Skip to content

Commit

Permalink
[2.1.x] Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment ch…
Browse files Browse the repository at this point in the history
…ecklist.

Backport of ef70af7 from master
  • Loading branch information
carltongibson authored and timgraham committed Aug 4, 2018
1 parent 4261ba6 commit 1e8c68f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/howto/deployment/checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====

Expand Down

0 comments on commit 1e8c68f

Please sign in to comment.