summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-02-22 23:29:39 +0100
committermh <mh@immerda.ch>2011-02-22 23:29:39 +0100
commite32d342c758b30a32d0ee64d1d2363c5d9fc0f7a (patch)
treede49a792066bb3e93ad07ca61e70dbe425130ea0 /templates
parent440c4a0cd83f125e64a401db6afe3b6dc732fd64 (diff)
fix typo
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/default.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/default.erb b/templates/vhosts/default.erb
index 9e16337..654629a 100644
--- a/templates/vhosts/default.erb
+++ b/templates/vhosts/default.erb
@@ -1,5 +1,5 @@
<%- [:normal,:ssl].each do |vhost_part| %>
-<VirtualHost *:<%= vhost_part == :ssl ? '443' : '80' >
+<VirtualHost *:<%= vhost_part == :ssl ? '443' : '80' %> >
<%= scope.function_template('apache/vhost/partials/header_default.erb') %>
<%= scope.function_template('apache/vhost/partials/logs.erb') %>