www.debconf.org vhost update
[mirror/dsa-puppet.git] / modules / roles / templates / static-mirroring / vhost / planet.debian.org.erb
index e0289be..f76b693 100644 (file)
 
 <Virtualhost <%= @vhost_listen %> >
        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-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 %>
 
        CustomLog /var/log/apache2/planet.debian.org-access.log privacy
        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]
 </VirtualHost>
 
 <VirtualHost <%= @vhost_listen_443 %> >