diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-07-06 15:22:10 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-07-06 15:22:10 +0100 |
commit | de781b09a28202d61d6ad7b6269c589c51468f75 (patch) | |
tree | 0846e45925607efebe9aca4961a9720be4658c3e | |
parent | d09a7528fb463160e21e17d7169e0f9773675668 (diff) |
Add 5GB fileshare limit to each virtual host
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |