X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Ftemplates%2Fstatic-mirroring%2Fvhost%2Fstatic-vhosts-simple.erb;h=45371007744cd3fc1c9635f8ee07cef157ddcc84;hb=9652c08788a535a51db02db29a995d6a2d5d9498;hp=cdfd0454e63264a2dda773e405465c71b362faf1;hpb=8d85c820153bcffa106baf634bfec7eb7d6b37af;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb index cdfd0454e..453710077 100644 --- a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb +++ b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb @@ -5,6 +5,11 @@ Use common-static-vhost backports.debian.org Use common-static-vhost-publiclog bits.debian.org Use common-static-vhost news.debian.net Use common-static-vhost-with-extra ftp-master.metadata.debian.org "AddDefaultCharset utf-8" +Use common-static-vhost-with-extra d-i.debian.org "ServerAlias d-i-backend.debian.org" +Use common-static-vhost-with-extra network-test.debian.org "ServerAlias network-test-backend.debian.org" +Use common-static-vhost-with-extra blends.debian.org "ServerAlias blends-backend.debian.org" +Use common-static-vhost-with-extra wnpp-by-tags.debian.net "ServerAlias wnpp-by-tags-backend.debian.org" +Use common-static-vhost-with-extra www.ports.debian.org "ServerAlias www.ports-backend.debian.org" # www.backports.org is the historical place for the backports # website and archive. It is now a CNAME to backports.debian.org: @@ -37,3 +42,21 @@ Use common-static-vhost-with-extra ftp-master.metadata.debian.org "AddDefaultCha RedirectPermanent /profiles/ http://www.debian.org/women/profiles/ # vim:ft=apache: + + > + ServerName www.debian-ports.org + ServerAlias debian-ports.org + ServerAdmin debian-admin@debian.org + RedirectPermanent /archive/ http://archive.ports.debian.org/archive/ + RedirectPermanent /debian-cd/ http://archive.ports.debian.org/debian-cd/ + RedirectPermanent /debian-snapshot/ http://archive.ports.debian.org/debian-snapshot/ + RedirectPermanent /debian/ http://archive.ports.debian.org/debian/ + RedirectPermanent / http://www.ports.debian.org/ + + + > + ServerName ports.debian.net + ServerAdmin debian-admin@debian.org + RedirectPermanent /debian/ http://archive.ports.debian.org/debian/ + RedirectPermanent / http://www.ports.debian.org/ +