From c6004f5481f4d06de2427ddb73619061ee06d3a4 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 5 Jul 2025 17:07:18 +0100 Subject: Reset http_file_share_size_limit to default This was quite generous, and if everyone used it at the same time, the host would fall over! --- files/virtual_host.cfg.lua.j2 | 2 -- 1 file changed, 2 deletions(-) (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 7b933f2..7598d25 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -43,8 +43,6 @@ site_name = "{{ virtual_host }}" Component "upload.{{ virtual_host }}" "http_file_share" -http_file_share_size_limit = 2 * 1024 * 1024 * 1024 - Component "conference.{{ virtual_host }}" "muc" modules_enabled = { "muc"; -- cgit v1.2.3