Make archvsync_base create the /etc/ssh/userkeys/archvsync symlink
[mirror/dsa-puppet.git] / modules / roles / templates / apache-archive.debian.org.erb
index 8762ab5..e405bb3 100644 (file)
@@ -10,7 +10,8 @@
        ServerAlias <%= scope.function_onion_global_service_hostname(['archive.debian.org']) %>
        <% end %>
 
-       RedirectMatch "^/$" /debian-archive/
+       #RedirectMatch "^/$" /debian-archive/
+       DocumentRoot <%= archive_root %>/
        Alias /debian-archive/ <%= archive_root %>/
 
        ErrorLog /var/log/apache2/archive.debian.org-error.log
@@ -18,7 +19,6 @@
 
        <Directory <%= archive_root %>>
                Require all granted
-               IndexOptions NameWidth=* +SuppressDescription
                Options +Indexes +FollowSymLinks
        </Directory>