comparison mod_http_upload/README.markdown @ 3441:0bff7d5ca81d

mod_http_upload: Clarify how quotas affect upload requests
author Kim Alvefur <zash@zash.se>
date Mon, 14 Jan 2019 10:56:19 +0100
parents 64d1af33084f
children 9f0c10bd4633
comparison
equal deleted inserted replaced
3440:64d1af33084f 3441:0bff7d5ca81d
63 63
64 ``` lua 64 ``` lua
65 http_upload_quota = 1234 -- bytes 65 http_upload_quota = 1234 -- bytes
66 ``` 66 ```
67 67
68 A request for a slot that would take an user over quota is denied.
69
68 Path 70 Path
69 ---- 71 ----
70 72
71 By default, uploaded files are put in a sub-directory of the default 73 By default, uploaded files are put in a sub-directory of the default
72 Prosody storage path (usually `/var/lib/prosody`). This can be changed: 74 Prosody storage path (usually `/var/lib/prosody`). This can be changed: