From: Paul Wise Date: Thu, 4 Oct 2018 07:53:46 +0000 (+0800) Subject: Use temporary redirects for ports redirects to the wiki X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e4bf13bb537e388c6e63aaaf35f57b042e78c5ad;p=mirror%2Fdsa-puppet.git Use temporary redirects for ports redirects to the wiki The URLs could change to the website or elsewhere at some point. Suggested-by: weasel --- diff --git a/modules/roles/templates/apache-www.debian.org.erb b/modules/roles/templates/apache-www.debian.org.erb index aadbe7d2e..070152f30 100644 --- a/modules/roles/templates/apache-www.debian.org.erb +++ b/modules/roles/templates/apache-www.debian.org.erb @@ -194,9 +194,9 @@ RedirectPermanent /ports/ppc64 /ports/powerpc RedirectPermanent /ports/ppc64el /ports/powerpc RedirectPermanent /ports/powerpcspe /ports/powerpc - RedirectPermanent /ports/riscv64 https://wiki.debian.org/RISC-V - RedirectPermanent /ports/x32 https://wiki.debian.org/X32Port - RedirectPermanent /ports/sh4 https://wiki.debian.org/SH4 + Redirect /ports/riscv64 https://wiki.debian.org/RISC-V + Redirect /ports/x32 https://wiki.debian.org/X32Port + Redirect /ports/sh4 https://wiki.debian.org/SH4 RedirectPermanent /mirror/official_sponsors /mirror/sponsors RedirectPermanent /mirror/official /mirror/list RedirectPermanent /mirror/mirrors_full.html /mirror/list-full.html