summaryrefslogtreecommitdiff
path: root/ci/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config/config.json')
-rw-r--r--ci/config/config.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/ci/config/config.json b/ci/config/config.json
index 931c56b..037c1a5 100644
--- a/ci/config/config.json
+++ b/ci/config/config.json
@@ -31,7 +31,9 @@
//Time in ms to wait for the client to accept transport data before terminating the connection
"send_timeout_ms": 60000,
//The size (in bytes) of the buffer used to store all response header data
- "response_header_buf_size": 16384
+ "response_header_buf_size": 16384,
+ //Max number of file uploads allowed per request
+ "max_uploads_per_request": 10
},
//Path to managed compressor library
@@ -102,7 +104,14 @@
},
//A list of error file objects, files are loaded into memory (and watched for changes) and returned when the specified error code occurs
- "error_files": [],
+ "error_files": [
+ /*
+ {
+ "code": 404,
+ "path": "404.html"
+ },
+ */
+ ],
//The default
"cache_default_sec": 864000