From 2743b23bf59341043bc87eb40f0435183158e019 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 27 Jul 2024 10:22:27 +0100 Subject: Increase file upload limit This is so that I can test sending a relatively large APK in order to debug an issue in Dino. --- files/virtual_host.cfg.lua.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files/virtual_host.cfg.lua.j2') diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index 42ca5bb..c291dc7 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -31,6 +31,8 @@ site_name = "{{ virtual_host }}" Component "upload.{{ virtual_host }}" "http_file_share" +http_file_share_size_limit = 20 * 1024 * 1024 + Component "conference.{{ virtual_host }}" "muc" modules_enabled = { "muc_mam"; -- cgit v1.2.3