aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/templates/vhost_meetbot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/templates/vhost_meetbot.conf')
-rw-r--r--deployment/websites/templates/vhost_meetbot.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/websites/templates/vhost_meetbot.conf b/deployment/websites/templates/vhost_meetbot.conf
index a6f812c5..40a0f92a 100644
--- a/deployment/websites/templates/vhost_meetbot.conf
+++ b/deployment/websites/templates/vhost_meetbot.conf
@@ -1,6 +1,6 @@
<VirtualHost *:80>
ServerAdmin sysadm@mageia.org
- ServerName meetbot.<%= domain %>
+ ServerName meetbot.<%= @domain %>
DocumentRoot <%= scope.lookupvar("websites::meetbot::vhostdir") %>
CustomLog /var/log/httpd/access_meetbot_log combined
@@ -17,7 +17,7 @@
<VirtualHost *:443>
ServerAdmin sysadm@mageia.org
- ServerName meetbot.<%= domain %>
+ ServerName meetbot.<%= @domain %>
DocumentRoot <%= scope.lookupvar("websites::meetbot::vhostdir") %>
CustomLog /var/log/httpd/access_meetbot_log combined