summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/vhosts/partials/header_default.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/partials/header_default.erb b/templates/vhosts/partials/header_default.erb
index 1c9309d..4b4bcc2 100644
--- a/templates/vhosts/partials/header_default.erb
+++ b/templates/vhosts/partials/header_default.erb
@@ -15,6 +15,6 @@
<% if default_charset.to_s != 'absent' then -%>
AddDefaultCharset <%= default_charset %>
<% end -%>
-<% unless passed_extension.to_s.empty? -%>
- DirectoryIndex index.htm index.html index.<%= passed_extension %>
+<% unless passing_extension.to_s.empty? -%>
+ DirectoryIndex index.htm index.html index.<%= passing_extension %>
<% end -%> \ No newline at end of file