From 4ba494653a962f2cdbe48d3859356ef4ba48997e Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 6 Nov 2010 17:50:16 +0000 Subject: - use name instead of the vhost variable --- modules/apache/templates/vhost_catalyst_app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apache/templates') 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 @@ - ServerName <%= vhost %> + ServerName <%= name %> # Serve static content directly DocumentRoot /dev/null -- cgit v1.2.1