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.conf2
1 files changed, 2 insertions, 0 deletions
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"
%>
<VirtualHost *:80>
@@ -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
</Directory>