aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/vhost_repository.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/templates/vhost_repository.conf')
-rw-r--r--modules/buildsystem/templates/vhost_repository.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf
index bab52aa8..c9286faf 100644
--- a/modules/buildsystem/templates/vhost_repository.conf
+++ b/modules/buildsystem/templates/vhost_repository.conf
@@ -6,10 +6,10 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64
<VirtualHost *:80>
ServerName repository.<%= domain %>
- DocumentRoot <%= repository_root %>
+ DocumentRoot <%= mirror_root %>
Alias /mandriva/ "/distrib/mandriva/"
Alias /mageiatools/ "/distrib/mageiatools/"
- <Directory <%= repository_root %>>
+ <Directory <%= mirror_root %>>
Order deny,allow
Deny from all
Allow from localhost, 127.0.0.1