/[adm]/puppet/modules/buildsystem/templates/vhost_repository.conf
ViewVC logotype

Contents of /puppet/modules/buildsystem/templates/vhost_repository.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 417 - (show annotations) (download)
Tue Nov 23 07:15:22 2010 UTC (13 years, 5 months ago) by blino
File size: 506 byte(s)
allow repository http acces from buildsystem nodes
(hardcoding their IPv6 address since we have no reverse lookup on them)

1 <%
2 repository_root = "/distrib/bootstrap"
3 buildsystem_nodes = "2a02:2178:2:7::3, 2a02:2178:2:7::4"
4 %>
5
6 <VirtualHost *:80>
7 ServerName repository.<%= domain %>
8 DocumentRoot <%= repository_root %>
9 <Directory <%= repository_root %>>
10 Order deny,allow
11 Deny from all
12 Allow from localhost, 127.0.0.1
13 Allow from <%= buildsystem_nodes %>
14 Allow from .<%= domain %>
15 Options Indexes FollowSymLinks
16 </Directory>
17 </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.30