From 54150b39b7152cef1061818ee5778d63374022d1 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 12 Sep 2012 11:03:52 +0000 Subject: allow access to repository from local network --- modules/buildsystem/templates/vhost_repository.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf index 58997cbf..18db9283 100644 --- a/modules/buildsystem/templates/vhost_repository.conf +++ b/modules/buildsystem/templates/vhost_repository.conf @@ -18,6 +18,7 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64 Allow from localhost, 127.0.0.1 Allow from <%= buildsystem_nodes %> Allow from .<%= domain %> + Allow from 10.42.0 Options Indexes FollowSymLinks -- cgit v1.2.1