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.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/vhosts/static/partial.erb b/templates/vhosts/static/partial.erb
new file mode 100644
index 0000000..03bd2f8
--- /dev/null
+++ b/templates/vhosts/static/partial.erb
@@ -0,0 +1,8 @@
+ <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 -%>
+
+ <%- end -%>
+<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
+ </Directory> \ No newline at end of file