mod_http_upload/README: Mention default upload size limit and change example to something that nobody should copy
authorKim Alvefur <zash@zash.se>
Wed, 24 Feb 2016 15:58:49 +0100
changeset 2056 ad2966b932ed
parent 2055 cb0fc00a7086
child 2057 40056a27f394
mod_http_upload/README: Mention default upload size limit and change example to something that nobody should copy
mod_http_upload/README.markdown
--- a/mod_http_upload/README.markdown	Thu Feb 18 22:38:53 2016 +0100
+++ b/mod_http_upload/README.markdown	Wed Feb 24 15:58:49 2016 +0100
@@ -55,9 +55,11 @@
 A maximum file size can be set by:
 
 ``` {.lua}
-http_upload_file_size_limit = 10 * 1024 * 1024 -- this is 10MB in bytes
+http_upload_file_size_limit = 123 -- bytes
 ```
 
+Default is 10MB (10*1024*1024).
+
 Path
 ----