summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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') %>