Преглед на файлове

Merge pull request #21 from RyoshiKayo/patch-2

client_max_body_size reminder
Kanacchi преди 7 години
родител
ревизия
5951803f66
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      config.sample.js

+ 3 - 0
config.sample.js

@@ -41,6 +41,9 @@ module.exports = {
 		folder: 'uploads',
 
 		// 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',
 
 		// The length of the random generated name for the uploaded files