-- SPDX-FileCopyrightText: 2024 Matthew Fennell -- -- SPDX-License-Identifier: AGPL-3.0-only VirtualHost "{{ virtual_host }}" turn_external_host = "turn.{{ virtual_host }}" turn_external_secret = "{{ turn_secret }}" site_name = "{{ virtual_host }}" Component "upload.{{ virtual_host }}" "http_file_share" Component "conference.{{ virtual_host }}" "muc" modules_enabled = { "muc_mam"; "vcard_muc"; } log_all_rooms = true restrict_room_creation = "local"