comparison mod_http_upload/README.markdown @ 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 1266f5c17c0d
children 2d83e6c8160b
comparison
equal deleted inserted replaced
2325:557dc366838e 2326:8fad27d568aa
33 http_upload_file_size_limit = 123 -- bytes 33 http_upload_file_size_limit = 123 -- bytes
34 ``` 34 ```
35 35
36 Default is 1MB (1024\*1024). 36 Default is 1MB (1024\*1024).
37 37
38 This can not be set over the value of `http_max_content_size` (default 10M).
39
38 Path 40 Path
39 ---- 41 ----
40 42
41 By default, uploaded files are put in a sub-directory of the default 43 By default, uploaded files are put in a sub-directory of the default
42 Prosody storage path (usually `/var/lib/prosody`). This can be changed: 44 Prosody storage path (usually `/var/lib/prosody`). This can be changed: