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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 416 by blino, Mon Nov 22 23:29:03 2010 UTC revision 417 by blino, Tue Nov 23 07:15:22 2010 UTC
# Line 1  Line 1 
1  <%  <%
2  repository_root = "/distrib/bootstrap"  repository_root = "/distrib/bootstrap"
3    buildsystem_nodes = "2a02:2178:2:7::3, 2a02:2178:2:7::4"
4  %>  %>
5    
6  <VirtualHost *:80>  <VirtualHost *:80>
# Line 9  repository_root = "/distrib/bootstrap" Line 10  repository_root = "/distrib/bootstrap"
10            Order deny,allow            Order deny,allow
11            Deny from all            Deny from all
12            Allow from localhost, 127.0.0.1            Allow from localhost, 127.0.0.1
13              Allow from <%= buildsystem_nodes %>
14            Allow from .<%= domain %>            Allow from .<%= domain %>
15            Options Indexes FollowSymLinks            Options Indexes FollowSymLinks
16          </Directory>          </Directory>

Legend:
Removed from v.416  
changed lines
  Added in v.417

  ViewVC Help
Powered by ViewVC 1.1.30