summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_drupal/partial.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php_drupal/partial.erb')
-rw-r--r--templates/vhosts/php_drupal/partial.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/php_drupal/partial.erb b/templates/vhosts/php_drupal/partial.erb
index 959e9d1..2c5f562 100644
--- a/templates/vhosts/php_drupal/partial.erb
+++ b/templates/vhosts/php_drupal/partial.erb
@@ -1,4 +1,4 @@
- <Directory "<%= documentroot %>/">
+ <Directory "<%= @documentroot %>/">
<%= scope.function_template(['apache/vhosts/partials/std_override_options.erb']) %>
<%= scope.function_template(['apache/vhosts/partials/authentication.erb']) %>
@@ -18,7 +18,7 @@
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</Directory>
- <Directory "<%= documentroot %>/files/">
+ <Directory "<%= @documentroot %>/files/">
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Options None
Options +FollowSymLinks