d6328bdd467ff021df24d2e3647efa7ecfa6c3c0
[mirror/dsa-puppet.git] / modules / roles / templates / apache-ftp.ports.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 <%= vhost_listen %> >
7         ServerAdmin debian-admin@debian.org
8         ServerName ftp.ports.debian.org
9
10         RedirectMatch "^/$" /debian-ports/
11         Alias /debian-ports /srv/mirrors/debian-ports
12
13         ErrorLog /var/log/apache2/ftp.ports.debian.org-error.log
14         LogLevel warn
15         CustomLog /var/log/apache2/ftp.ports.debian.org-access.log privacy
16
17         <Directory /srv/mirrors/debian-ports>
18                 Require all granted
19                 IndexOptions NameWidth=* +SuppressDescription
20                 Options +Indexes
21                 Options +FollowSymLinks
22         </Directory>
23 </VirtualHost>
24
25