]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
And another one
authorPeter Palfrader <peter@palfrader.org>
Fri, 13 Dec 2013 20:22:10 +0000 (21:22 +0100)
committerPeter Palfrader <peter@palfrader.org>
Fri, 13 Dec 2013 20:22:10 +0000 (21:22 +0100)
modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb

index bf21e19b519a9821e9ab139c5b60fe5f5445b23a..45371007744cd3fc1c9635f8ee07cef157ddcc84 100644 (file)
@@ -53,3 +53,10 @@ Use common-static-vhost-with-extra www.ports.debian.org "ServerAlias www.ports-b
        RedirectPermanent /debian/            http://archive.ports.debian.org/debian/
        RedirectPermanent / http://www.ports.debian.org/
 </VirtualHost>
+
+<VirtualHost <%= vhost_listen %> >
+       ServerName ports.debian.net
+       ServerAdmin debian-admin@debian.org
+       RedirectPermanent /debian/            http://archive.ports.debian.org/debian/
+       RedirectPermanent / http://www.ports.debian.org/
+</VirtualHost>