diff options
Diffstat (limited to 'modules/planet/templates/planet_vhosts.conf')
-rw-r--r-- | modules/planet/templates/planet_vhosts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/templates/planet_vhosts.conf b/modules/planet/templates/planet_vhosts.conf index b3a07ab9..652a69e7 100644 --- a/modules/planet/templates/planet_vhosts.conf +++ b/modules/planet/templates/planet_vhosts.conf @@ -1,4 +1,4 @@ -<Directory <%= location %> > +<Directory <%= @location %> > Order deny,allow Allow from All AllowOverride All |