summaryrefslogtreecommitdiff
path: root/templates/vhosts/static/partial.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/static/partial.erb')
-rw-r--r--templates/vhosts/static/partial.erb5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/vhosts/static/partial.erb b/templates/vhosts/static/partial.erb
index 03bd2f8..78dc925 100644
--- a/templates/vhosts/static/partial.erb
+++ b/templates/vhosts/static/partial.erb
@@ -1,8 +1,5 @@
<Directory "<%= documentroot %>/">
- AllowOverride <%= allow_override %>
- <%- if options.to_s != 'absent' or do_includes.to_s == 'true' then -%>
- Options <%- unless options.to_s == 'absent' then -%><%= options %><%- end -%><%- if do_includes.to_s == 'true' and not options.include?('+Includes') then -%> +Includes<%- end -%>
+<%= scope.function_template('apache/vhosts/partials/std_override_options.erb') %>
- <%- end -%>
<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
</Directory> \ No newline at end of file