comparison mod_http_upload/README.markdown @ 2053:40056a27f394

mod_http_upload: Lower default size limit to 1MB
author Kim Alvefur <zash@zash.se>
date Wed, 24 Feb 2016 15:59:18 +0100
parents ad2966b932ed
children e276ed33bc1a
comparison
equal deleted inserted replaced
2052:ad2966b932ed 2053:40056a27f394
56 56
57 ``` {.lua} 57 ``` {.lua}
58 http_upload_file_size_limit = 123 -- bytes 58 http_upload_file_size_limit = 123 -- bytes
59 ``` 59 ```
60 60
61 Default is 10MB (10*1024*1024). 61 Default is 1MB (1024*1024).
62 62
63 Path 63 Path
64 ---- 64 ----
65 65
66 By default, uploaded files are put in a sub-directory of the default 66 By default, uploaded files are put in a sub-directory of the default