Software /
code /
prosody-modules
Changeset
2052:ad2966b932ed
mod_http_upload/README: Mention default upload size limit and change example to something that nobody should copy
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 24 Feb 2016 15:58:49 +0100 |
parents | 2051:cb0fc00a7086 |
children | 2053:40056a27f394 |
files | mod_http_upload/README.markdown |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 ----