summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-03-31 23:30:12 +0200
committermh <mh@immerda.ch>2011-03-31 23:30:12 +0200
commit819afbcc311efd818abc72ffcf80e879d987b661 (patch)
tree4c8ea4d2ecb5f251969b7ad39faec87e6125461a /templates
parentdb4dec6a9ab9205d5a76e76ac1d6244b33733c99 (diff)
add missing files and manage necessary files to run as specific user
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/passenger/partial.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/vhosts/passenger/partial.erb b/templates/vhosts/passenger/partial.erb
new file mode 100644
index 0000000..63f1b89
--- /dev/null
+++ b/templates/vhosts/passenger/partial.erb
@@ -0,0 +1,7 @@
+ <Directory <%= documentroot %>/>
+ AllowOverride <%= allow_override %>
+ Options <%- unless options.to_s == 'absent' then -%><%= options %><%- end -%><%- unless !options.to_s.include?('MultiViews') then -%> -MultiViews<%- end -%>
+
+ <%- end -%>
+<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
+ </Directory> \ No newline at end of file