From c13c51610f374a4a091191fe5e708b032209702d Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 20 Dec 2010 15:44:19 +0000 Subject: add mandriva repository on http://repository.mageia.org/mandriva --- modules/buildsystem/templates/vhost_repository.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf index 51f3a152..6ea2703b 100644 --- a/modules/buildsystem/templates/vhost_repository.conf +++ b/modules/buildsystem/templates/vhost_repository.conf @@ -7,6 +7,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/" > Order deny,allow Deny from all @@ -15,4 +16,12 @@ 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 + Deny from all + Allow from localhost, 127.0.0.1 + Allow from <%= buildsystem_nodes %> + Allow from .<%= domain %> + Options Indexes FollowSymLinks + -- cgit v1.2.1