summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_joomla/partial.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php_joomla/partial.erb')
-rw-r--r--templates/vhosts/php_joomla/partial.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/vhosts/php_joomla/partial.erb b/templates/vhosts/php_joomla/partial.erb
index 64e73a9..5a0f720 100644
--- a/templates/vhosts/php_joomla/partial.erb
+++ b/templates/vhosts/php_joomla/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/php_settings.erb']) %>
@@ -8,7 +8,7 @@
Include include.d/joomla.inc
</Directory>
- <Directory "<%= documentroot %>/administrator/">
+ <Directory "<%= @documentroot %>/administrator/">
RewriteEngine on
# Rewrite URLs to https that go for the admin area
@@ -20,13 +20,13 @@
# Deny various directories that
# shouldn't be webaccessible
- <Directory "<%= documentroot %>/tmp/">
+ <Directory "<%= @documentroot %>/tmp/">
Deny From All
</Directory>
- <Directory "<%= documentroot %>/logs/">
+ <Directory "<%= @documentroot %>/logs/">
Deny From All
</Directory>
- <Directory "<%= documentroot %>/cli/">
+ <Directory "<%= @documentroot %>/cli/">
Deny From All
</Directory>