diff options
Diffstat (limited to 'modules/buildsystem/templates/vhost_repository.conf')
-rw-r--r-- | modules/buildsystem/templates/vhost_repository.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf index 176b7f39..55259cc1 100644 --- a/modules/buildsystem/templates/vhost_repository.conf +++ b/modules/buildsystem/templates/vhost_repository.conf @@ -2,6 +2,7 @@ # FIXME: add a reverse lookup for IPv6 adresses # allowed hosts are: valstar, ecosse, jonund buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64" +mirror_root = scope.lookupvar('buildsystem::var::repository::mirror_root') %> <VirtualHost *:80> |