58f7de024fdcddc919932da6da1196032ef23abd
[mirror/dsa-puppet.git] / modules / roles / templates / apache-debug.mirrors.debian.org.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <VirtualHost 130.89.148.14:80 [2001:610:1908:b000::148:14]:80>
7 <VirtualHost <%= vhost_listen %> >
8         ServerAdmin webmaster@debian.org
9         ServerName debug.mirrors.debian.org
10
11         RedirectMatch "^/$" /debian-debug/
12         Alias /debian-debug /srv/mirrors/debian-debug
13
14         ErrorLog /var/log/apache2/debug.mirrors.debian.org-error.log
15         LogLevel warn
16         CustomLog /var/log/apache2/debug.mirrors.debian.org-access.log privacy
17
18         <Directory /srv/mirrors/debian-debug>
19                 Require all granted
20                 IndexOptions NameWidth=* +SuppressDescription
21                 Options +Indexes
22                 Options +FollowSymLinks
23         </Directory>
24 </VirtualHost>
25
26