]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/apache2/templates/default-debian.org.erb
spohr has /srv, and a /org is a symlink to it
[dsa-puppet.git] / modules / apache2 / templates / default-debian.org.erb
index 84f4533e2206388193ab917ce01601c4ff839b8f..167c4fe6d1cde364e79f08433e2a4b81bd196128 100644 (file)
@@ -7,27 +7,22 @@
        ServerAdmin debian-admin@debian.org
 
        ErrorLog /var/log/apache2/error.log
-       CustomLog /var/log/apache2/access.log combined
+       CustomLog /var/log/apache2/access.log privacy
 
        DocumentRoot /srv/www/default.debian.org/htdocs
 
        HostnameLookups Off
        UseCanonicalName Off
        ServerSignature On
-<%=
-out = case fqdn
-  when "master.debian.org" then ""
-else
-"
+
        <IfModule mod_userdir.c>
                UserDir disabled
        </IfModule>
-"
-end
+<%=
 case fqdn
   when "spohr.debian.org" then
     out += "
-        Alias /debian \"/org/mirrors/ftp.debian.org/ftp\"
+        Alias /debian \"/srv/mirrors/ftp.debian.org/ftp\"
 "
   when "piatti.debian.org" then
     out += "