X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Froles%2Ftemplates%2Fstatic-mirroring%2Fvhost%2Fstatic-vhosts-simple.erb;h=5f4293488220626f84a3c77b56f71929a6966e91;hb=e67888d2f086440a8b70be43e30bb00ad15352cf;hp=4cef975c348f2df65b34521ec47df31cf550d4aa;hpb=c41841205ebbfc812fb00a775abca0d7239d3496;p=dsa-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 4cef975c..5f429348 100644 --- a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb +++ b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb @@ -1,5 +1,44 @@ # puppet maintained Use common-static-vhost mozilla.debian.net +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: +# redirect http requests. + > + ServerName www.backports.org + ServerAlias lists.backports.org + ServerAdmin debian-admin@debian.org + RedirectPermanent /debian/ http://backports.debian.org/debian-backports/ + RedirectPermanent /backports.org/ http://backports.debian.org/debian-backports/ + RedirectPermanent /debian-backports/ http://backports.debian.org/debian-backports/ + RedirectPermanent / http://backports.debian.org/ + + + + > + ServerName women.debian.org + ServerAdmin debian-admin@debian.org + + RedirectPermanent / http://www.debian.org/women/ + + RedirectPermanent /about/ http://www.debian.org/women/about + RedirectPermanent /contact/ http://www.debian.org/women/contact + RedirectPermanent /faqs/ http://www.debian.org/women/faq + RedirectPermanent /home/ http://www.debian.org/women/ + RedirectPermanent /images/dw.png http://www.debian.org/women/dw.png + RedirectPermanent /involvement/ http://www.debian.org/women/participate + RedirectPermanent /mentoring/ http://www.debian.org/women/mentoring + RedirectPermanent /press/ http://wiki.debian.org/DebianWomen/Press + RedirectPermanent /profiles/ http://www.debian.org/women/profiles/ + # vim:ft=apache: