Add blends and wnpp-by-tags
[mirror/dsa-puppet.git] / modules / roles / templates / static-mirroring / vhost / static-vhosts-simple.erb
index 9c6ecd1..232565e 100644 (file)
@@ -1,17 +1,17 @@
 # puppet maintained
 
 Use common-static-vhost mozilla.debian.net
-Use common-static-vhost bits.debian.org
 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"
 
-<Virtualhost <%= vhost_listen %> >
-       ServerName backports-master.debian.org
-       ServerAdmin debian-admin@debian.org
-       Redirect permanent / http://backports.debian.org/
-</VirtualHost>
-#
 # www.backports.org is the historical place for the backports
-# website and archive.  It is now a CNAME to backports.debian.org -
+# website and archive.  It is now a CNAME to backports.debian.org:
 # redirect http requests.
 <VirtualHost <%= vhost_listen %> >
        ServerName www.backports.org
@@ -22,6 +22,22 @@ Use common-static-vhost backports.debian.org
        RedirectPermanent /debian-backports/ http://backports.debian.org/debian-backports/
        RedirectPermanent / http://backports.debian.org/
 </VirtualHost>
-# vim:set syn=apache:
 
+
+<VirtualHost <%= vhost_listen %> >
+       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/
+</VirtualHost>
 # vim:ft=apache: