Revert "Remove spohr special case"
[mirror/dsa-puppet.git] / modules / apache2 / templates / default-debian.org.erb
index 861e0e3..2a5beb0 100644 (file)
 case fqdn
   when "spohr.debian.org" then
     out += "
-        Alias /debian \"/org/mirrors/ftp.debian.org/ftp\"
-"
-  when "piatti.debian.org" then
-    out += "
-       # for piuparts, RT#1218
-       Alias /debian/ \"/org/mirrors/ftp.debian.org/ftp/\"
-       <Directory \"/org/mirrors/ftp.debian.org/ftp/\">
-               Options Indexes MultiViews FollowSymLinks
-               AllowOverride None
-               Order deny,allow
-               Deny from all
-               Allow from 127.0.0.0/255.0.0.0 ::1/128 193.167.161.225/32
-       </Directory>
+        Alias /debian \"/srv/mirrors/ftp.debian.org/ftp\"
 "
 end
 out