From e9980dbf83968f477cf6fea7a66883f18aaef0c2 Mon Sep 17 00:00:00 2001 From: Mathieu Gauthier-Pilote Date: Thu, 10 Aug 2023 13:46:23 -0400 Subject: [PATCH] Replace hardcoded value with variable --- webapps/jitsimeet/templates/vhost.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/jitsimeet/templates/vhost.conf.j2 b/webapps/jitsimeet/templates/vhost.conf.j2 index 1335c943..87a5712b 100644 --- a/webapps/jitsimeet/templates/vhost.conf.j2 +++ b/webapps/jitsimeet/templates/vhost.conf.j2 @@ -74,7 +74,7 @@ server { add_header Strict-Transport-Security "max-age=63072000" always; set $prefix ""; set $custom_index ""; - set $config_js_location /etc/jitsi/meet/atlantide-3.evolix.eu-config.js; + set $config_js_location /etc/jitsi/meet/{{ domains | first }}-config.js; ## # Certificates