diff options
-rw-r--r-- | modules/buildsystem/templates/vhost_repository.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf index 18db9283..176b7f39 100644 --- a/modules/buildsystem/templates/vhost_repository.conf +++ b/modules/buildsystem/templates/vhost_repository.conf @@ -19,6 +19,8 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64 Allow from <%= buildsystem_nodes %> Allow from .<%= domain %> Allow from 10.42.0 + # FIXME: add a reverse lookup for rabbit + Allow from 212.85.158.152 Options Indexes FollowSymLinks </Directory> |