summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2009-12-21 23:11:13 +0100
committerAndreas <andreas@immerda.ch>2009-12-21 23:11:13 +0100
commita395ba844c86232f7f179b773394a72d8e9421d3 (patch)
treed4044f169fc8342c623045c6c6246b7a5f296c91 /templates
parente4db5feeba6fed42478fa8929f18781443d971d8 (diff)
missing AllowOverride line
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/static/OpenBSD.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vhosts/static/OpenBSD.erb b/templates/vhosts/static/OpenBSD.erb
index da0a6b0..016ded2 100644
--- a/templates/vhosts/static/OpenBSD.erb
+++ b/templates/vhosts/static/OpenBSD.erb
@@ -22,6 +22,7 @@
<%- if not ssl_mode.to_s == 'force' then -%>
<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 -%>
@@ -76,6 +77,7 @@
<%- if options.to_s != 'absent' or htpasswd_file.to_s != 'absent' then -%>
<Directory "<%= documentroot %>/">
+ AllowOverride <%= allow_override %>
<%- if options.to_s != 'absent' or do_includes.to_s == 'true' then -%>
Options <%= options %><%- if do_includes.to_s == 'true' and not options.include?('+Includes') then -%> +Includes<%- end -%>