From de781b09a28202d61d6ad7b6269c589c51468f75 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 6 Jul 2025 15:22:10 +0100 Subject: Add 5GB fileshare limit to each virtual host --- files/virtual_host.cfg.lua.j2 | 1 + 1 file changed, 1 insertion(+) (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 7598d25..2834474 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -42,6 +42,7 @@ http_external_url = "https://{{ virtual_host }}/" site_name = "{{ virtual_host }}" Component "upload.{{ virtual_host }}" "http_file_share" +http_file_share_global_quota = 5 * 1024 * 1024 * 1024 Component "conference.{{ virtual_host }}" "muc" modules_enabled = { -- cgit v1.2.3