aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/apache/templates/vhost_catalyst_app.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/vhost_catalyst_app.conf b/modules/apache/templates/vhost_catalyst_app.conf
index c4832652..254801aa 100644
--- a/modules/apache/templates/vhost_catalyst_app.conf
+++ b/modules/apache/templates/vhost_catalyst_app.conf
@@ -1,5 +1,5 @@
<VirtualHost *:80>
- ServerName <%= vhost %>
+ ServerName <%= name %>
# Serve static content directly
DocumentRoot /dev/null