diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-07-05 17:07:18 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-07-05 17:07:18 +0100 |
commit | c6004f5481f4d06de2427ddb73619061ee06d3a4 (patch) | |
tree | f834e47eb1c111f9f82e0d4e7b0edc36b9695d3b | |
parent | 4999574dc91e91e61422d5decda17ea0dbe6e941 (diff) |
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!
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 2 |
1 files changed, 0 insertions, 2 deletions
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"; |