X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Ftemplates%2Fstatic-mirroring%2Fvhost%2Fstatic-vhosts-simple.erb;h=232565eb5e403093160845b6211da9d7d05fc013;hb=bee06a193242a1de94f33fa31a32fa89a816222b;hp=e1815f82f4e7779e43234c32e5a90732efa63358;hpb=a53251c6fa34cda97fe383fd6479649e3677ff44;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 e1815f82f..232565eb5 100644 --- a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb +++ b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb @@ -3,8 +3,12 @@ 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 ftp-master.metadata.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" # www.backports.org is the historical place for the backports # website and archive. It is now a CNAME to backports.debian.org: @@ -19,4 +23,21 @@ Use common-static-vhost news.debian.net 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: