From fda0578a0eafd5295a030eb57f24e444b5f30e40 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 19 Dec 2017 12:04:20 +0100 Subject: [PATCH] Retire planeta.debian.net ServerAlias for planet.d.o The DNS entry was owned by damog, who retired in 2015 (RT#5923). --- .../templates/static-mirroring/vhost/planet.debian.org.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/roles/templates/static-mirroring/vhost/planet.debian.org.erb b/modules/roles/templates/static-mirroring/vhost/planet.debian.org.erb index e0289be0c..a46871eb0 100644 --- a/modules/roles/templates/static-mirroring/vhost/planet.debian.org.erb +++ b/modules/roles/templates/static-mirroring/vhost/planet.debian.org.erb @@ -18,7 +18,7 @@ > ServerName planet.debian.org - ServerAlias planet.debian.net planeta.debian.net planet-backend.debian.org planet-fastly.debian.org planet-maxcdn.debian.org + ServerAlias planet.debian.net planet-backend.debian.org planet-fastly.debian.org planet-maxcdn.debian.org <% if scope.function_onion_global_service_hostname(['planet.debian.org']) -%> ServerAlias <%= scope.function_onion_global_service_hostname(['planet.debian.org']) %> <% end %> @@ -27,8 +27,6 @@ Use common-planet.d.o RewriteEngine On - RewriteCond %{HTTP_HOST} ^planeta.debian.net$ [NC] - RewriteRule ^/(.*) https://planet.debian.org/es/$1 [R=permanent,L] RewriteCond %{HTTP_HOST} ^planet.debian.net$ [NC] RewriteRule ^/(.*) https://planet.debian.org/$1 [R=permanent,L] -- 2.20.1