Software /
code /
prosody
Comparison
spec/scansion/prosody.cfg.lua @ 11314:7c8b02c5a335
mod_http_file_share: Add file size limit (default 10M)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 26 Jan 2021 14:53:24 +0100 |
parent | 11309:b59aed75dc5e |
child | 11315:c52fcea39c8e |
comparison
equal
deleted
inserted
replaced
11313:e53894d26092 | 11314:7c8b02c5a335 |
---|---|
131 | 131 |
132 Component "pubsub.localhost" "pubsub" | 132 Component "pubsub.localhost" "pubsub" |
133 storage = "memory" | 133 storage = "memory" |
134 | 134 |
135 Component "upload.localhost" "http_file_share" | 135 Component "upload.localhost" "http_file_share" |
136 http_file_share_size_limit = 10000000 |