]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/apache2/files/common/etc/apache2/sites-available/ftp-upcoming.debian.org
(www) Add redirections for some old Refresh hacks
[dsa-puppet.git] / modules / apache2 / files / common / etc / apache2 / sites-available / ftp-upcoming.debian.org
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 *:80>
7    ServerAdmin ftpmaster@debian.org
8    DocumentRoot /srv/mirrors/buildd-all
9    ServerName ftp-upcoming.debian.org
10
11    ErrorLog /var/log/apache2/ftp-upcoming.debian.org-error.log
12    LogLevel warn
13    CustomLog /var/log/apache2/ftp-upcoming.debian.org-access.log combined
14
15    IndexOptions FancyIndexing NameWidth=*
16 </VirtualHost>