From 7b406175dce3643a210445bf1b241e1f6d3dd9a5 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 23 Nov 2010 07:15:22 +0000 Subject: allow repository http acces from buildsystem nodes (hardcoding their IPv6 address since we have no reverse lookup on them) --- modules/buildsystem/templates/vhost_repository.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf index 5f2b17cf..234a38e8 100644 --- a/modules/buildsystem/templates/vhost_repository.conf +++ b/modules/buildsystem/templates/vhost_repository.conf @@ -1,5 +1,6 @@ <% repository_root = "/distrib/bootstrap" +buildsystem_nodes = "2a02:2178:2:7::3, 2a02:2178:2:7::4" %> @@ -9,6 +10,7 @@ repository_root = "/distrib/bootstrap" 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