summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_silverstripe/partial.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php_silverstripe/partial.erb')
-rw-r--r--templates/vhosts/php_silverstripe/partial.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/vhosts/php_silverstripe/partial.erb b/templates/vhosts/php_silverstripe/partial.erb
index a398829..89a6052 100644
--- a/templates/vhosts/php_silverstripe/partial.erb
+++ b/templates/vhosts/php_silverstripe/partial.erb
@@ -6,11 +6,11 @@
<% end -%>
<Directory "<%= documentroot %>/">
-<%= scope.function_template('apache/vhosts/partials/std_override_options.erb') %>
+<%= 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/php_settings.erb']) %>
-<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
+<%= scope.function_template(['apache/vhosts/partials/authentication.erb']) %>
Include include.d/silverstripe.inc
- </Directory> \ No newline at end of file
+ </Directory>