summaryrefslogtreecommitdiff
path: root/templates/vhosts/php/partial.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php/partial.erb')
-rw-r--r--templates/vhosts/php/partial.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/vhosts/php/partial.erb b/templates/vhosts/php/partial.erb
new file mode 100644
index 0000000..dae201a
--- /dev/null
+++ b/templates/vhosts/php/partial.erb
@@ -0,0 +1,7 @@
+ <Directory "<%= documentroot %>/">
+<%= scope.function_template('apache/vhosts/partials/std_override_options.erb') %>
+
+<%= scope.function_template('apache/vhosts/partials/php_settings.erb') %>
+
+<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
+ </Directory> \ No newline at end of file