From: Peter Palfrader Date: Mon, 25 Apr 2016 15:36:10 +0000 (+0200) Subject: Replace the deb.d.o RedirectPermanent with plain Redirects X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=025fa478e25f10189ca63e5c94791d2263f114eb;p=mirror%2Fdsa-puppet.git Replace the deb.d.o RedirectPermanent with plain Redirects --- 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 009ea5f60..fef7303d9 100644 --- a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb +++ b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb @@ -4,9 +4,9 @@ # deb.debian.org <% if scope.function_has_static_component(['deb.debian.org']) -%> - RedirectPermanent /debian/ http://cdn-fastly.deb.debian.org/debian/ - RedirectPermanent /debian-debug/ http://cdn-fastly.deb.debian.org/debian-debug/ - RedirectPermanent /debian-security/ http://cdn-fastly.deb.debian.org/debian-security/ + Redirect /debian/ http://cdn-fastly.deb.debian.org/debian/ + Redirect /debian-debug/ http://cdn-fastly.deb.debian.org/debian-debug/ + Redirect /debian-security/ http://cdn-fastly.deb.debian.org/debian-security/ <% end -%>