diff --git a/roles/xmpp_server/templates/prosody.cfg.lua.j2 b/roles/xmpp_server/templates/prosody.cfg.lua.j2 index d3e14b3fb35d79e4f31a5974b361f633ed531bc3..4d250ec853a3be2d3a5f281ca1df087d888da4fd 100644 --- a/roles/xmpp_server/templates/prosody.cfg.lua.j2 +++ b/roles/xmpp_server/templates/prosody.cfg.lua.j2 @@ -112,4 +112,6 @@ Component "proxy.{{ domain }}" "proxy65" proxy65_acl = { "{{ domain }}" } Component "upload.{{ domain }}" "http_file_share" http_file_share_access = { "{{ domain }}" } + http_file_share_size_limit = {{ xmpp_http_file_share_size_limit }} + http_file_share_daily_quota = {{ xmpp_http_file_share_daily_quota }} {% endfor -%}