From 514f9a167ace19a760919149b5d0b2eb6963ce20 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Thu, 31 Oct 2024 18:57:10 -0700 Subject: [PATCH] Redirect web server root path to attendance instructions --- inventory/group_vars/matrix_servers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/matrix_servers.yml b/inventory/group_vars/matrix_servers.yml index 794d272c867..c09dbd96701 100644 --- a/inventory/group_vars/matrix_servers.yml +++ b/inventory/group_vars/matrix_servers.yml @@ -10,8 +10,10 @@ # # Example value: example.com matrix_domain: "{{ now(fmt='%Y') }}.seagl.org" +matrix_static_files_file_index_html_enabled: false matrix_static_files_file_matrix_support_enabled: true matrix_static_files_container_labels_base_domain_enabled: true +matrix_static_files_container_labels_base_domain_root_path_redirection_url: https://seagl.org/attend matrix_server_fqn_matrix: "{{ now(fmt='%Y') }}-ephemeral.host.seagl.org"