From c734f0eff3dde4d1e900255904ab019581a7c2ed Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 3 Jan 2011 18:00:40 +0000 Subject: add mageiatools repository --- modules/buildsystem/templates/vhost_repository.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf index 6ea2703b..bab52aa8 100644 --- a/modules/buildsystem/templates/vhost_repository.conf +++ b/modules/buildsystem/templates/vhost_repository.conf @@ -8,6 +8,7 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64 ServerName repository.<%= domain %> DocumentRoot <%= repository_root %> Alias /mandriva/ "/distrib/mandriva/" + Alias /mageiatools/ "/distrib/mageiatools/" > Order deny,allow Deny from all @@ -24,4 +25,9 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64 Allow from .<%= domain %> Options Indexes FollowSymLinks + + Order deny,allow + Allow from all + Options Indexes FollowSymLinks + -- cgit v1.2.1