From bdf5eac4dbddb31151d09b4acd5ca65da145abab Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 2 Jul 2019 11:34:29 +0200 Subject: [PATCH] Make redirects from the various debian.* and www.debian.{!org} pages less permanent --- modules/roles/templates/apache-www.debian.org.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/roles/templates/apache-www.debian.org.erb b/modules/roles/templates/apache-www.debian.org.erb index c3ffd240c..a01cae29d 100644 --- a/modules/roles/templates/apache-www.debian.org.erb +++ b/modules/roles/templates/apache-www.debian.org.erb @@ -327,7 +327,7 @@ ErrorLog /var/log/apache2/www-other.debian.org-error.log CustomLog /var/log/apache2/www-other.debian.org-access.log privacy - Redirect permanent / https://www.debian.org/ + Redirect / https://www.debian.org/ > Use common-www-other.d.o @@ -335,7 +335,7 @@ CustomLog /var/log/apache2/www-other-access.log privacyssl ErrorLog /var/log/apache2/www-other-error.log - Redirect permanent / https://www.debian.org/ + Redirect / https://www.debian.org/ Use common-debian-service-ssl debian.org Use common-ssl-HSTS -- 2.20.1