aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog/templates
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/templates')
-rw-r--r--modules/blog/templates/blogs_vhosts.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/blog/templates/blogs_vhosts.conf b/modules/blog/templates/blogs_vhosts.conf
index dae15b40..86c2b7b7 100644
--- a/modules/blog/templates/blogs_vhosts.conf
+++ b/modules/blog/templates/blogs_vhosts.conf
@@ -1,7 +1,7 @@
<VirtualHost *:80>
-ServerName blog-test.mageia.org
-DocumentRoot /var/www/html/blog.mageia.org/
-<Directory /var/www/html/blog.mageia.org/>
+ServerName <%= blog_domain %>
+DocumentRoot <%= blog_location %>
+<Directory <%= blog_location %> >
Order deny,allow
Allow from All
AllowOverride All