changeset 2326:8fad27d568aa

mod_http_upload/README: Mention the new HTTP parser limit on body/upload size
author Kim Alvefur <zash@zash.se>
date Sat, 08 Oct 2016 14:44:56 +0200
parents 557dc366838e
children a348c105e05d
files mod_http_upload/README.markdown
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_upload/README.markdown	Thu Sep 15 13:36:32 2016 +0200
+++ b/mod_http_upload/README.markdown	Sat Oct 08 14:44:56 2016 +0200
@@ -35,6 +35,8 @@
 
 Default is 1MB (1024\*1024).
 
+This can not be set over the value of `http_max_content_size` (default 10M).
+
 Path
 ----