Diff

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
line wrap: on
line diff
--- a/spec/scansion/prosody.cfg.lua	Tue Jan 26 14:52:37 2021 +0100
+++ b/spec/scansion/prosody.cfg.lua	Tue Jan 26 14:53:24 2021 +0100
@@ -133,3 +133,4 @@
 	storage = "memory"
 
 Component "upload.localhost" "http_file_share"
+http_file_share_size_limit = 10000000