Make redirects from the various debian.* and www.debian.{!org} pages less permanent
authorPeter Palfrader <peter@palfrader.org>
Tue, 2 Jul 2019 09:34:29 +0000 (11:34 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 2 Jul 2019 09:34:29 +0000 (11:34 +0200)
modules/roles/templates/apache-www.debian.org.erb

index c3ffd24..a01cae2 100644 (file)
    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/
 </VirtualHost>
 <VirtualHost <%= @vhost_listen_443 %> >
    Use common-www-other.d.o
    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