diff options
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |