From 025fa478e25f10189ca63e5c94791d2263f114eb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 25 Apr 2016 17:36:10 +0200 Subject: [PATCH] Replace the deb.d.o RedirectPermanent with plain Redirects --- .../static-mirroring/vhost/static-vhosts-simple.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -%> -- 2.20.1