/[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 403 - (show annotations) (download)
Mon Nov 22 23:29:03 2010 UTC (13 years, 5 months ago) by blino
File size: 403 byte(s)
add repository vhost for main BS node
1 <%
2 repository_root = "/distrib/bootstrap"
3 %>
4
5 <VirtualHost *:80>
6 ServerName repository.<%= domain %>
7 DocumentRoot <%= repository_root %>
8 <Directory <%= repository_root %>>
9 Order deny,allow
10 Deny from all
11 Allow from localhost, 127.0.0.1
12 Allow from .<%= domain %>
13 Options Indexes FollowSymLinks
14 </Directory>
15 </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.30