]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
women.debian.org redirect vhost on static
authorPeter Palfrader <peter@palfrader.org>
Sun, 11 Aug 2013 12:29:21 +0000 (14:29 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 11 Aug 2013 12:29:21 +0000 (14:29 +0200)
modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb

index 41947136bb39a93cc5de4dd022581fd4666147a9..cdfd0454e63264a2dda773e405465c71b362faf1 100644 (file)
@@ -19,4 +19,21 @@ Use common-static-vhost-with-extra ftp-master.metadata.debian.org "AddDefaultCha
        RedirectPermanent / http://backports.debian.org/
 </VirtualHost>
 
+
+<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: