mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 07:56:23 +00:00
client_max_body_size reminder
This commit is contained in:
parent
026e0a3ef0
commit
823e53e77f
@ -41,6 +41,9 @@ module.exports = {
|
|||||||
folder: 'uploads',
|
folder: 'uploads',
|
||||||
|
|
||||||
// Max file size allowed. Needs to be in MB
|
// Max file size allowed. Needs to be in MB
|
||||||
|
// Note: When maxSize is greater than 1 MiB,
|
||||||
|
// you must set the client_max_body_size
|
||||||
|
// to the same as maxSize.
|
||||||
maxSize: '512MB',
|
maxSize: '512MB',
|
||||||
|
|
||||||
// The length of the random generated name for the uploaded files
|
// The length of the random generated name for the uploaded files
|
||||||
|
Loading…
Reference in New Issue
Block a user