diff options
Diffstat (limited to 'modules/apache/templates')
-rw-r--r-- | modules/apache/templates/vhost_catalyst_app.conf | 2 |
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 |