Move kaufmann keyserver fw into keyring role
[mirror/dsa-puppet.git] / modules / roles / files / debsources / sources.debian.org.conf
index 9743979..519e795 100644 (file)
@@ -10,6 +10,8 @@ WSGIDaemonProcess sources.debian.org user=nobody group=debsources home=/ process
     Use common-ssl-HSTS
     Use http-pkp-sources.debian.org
 
+    Protocols h2 http/1.1
+
     <IfModule mod_userdir.c>
         UserDir disabled
     </IfModule>
@@ -28,6 +30,7 @@ WSGIDaemonProcess sources.debian.org user=nobody group=debsources home=/ process
         # reset'd with IndexOptionsReset, but only starting from Apache
         # 2.3).
 
+        Require all granted
         <Files ~ "^\.ht">
             # override default (Debian) setting in /etc/apache2/apache2.conf
             # we want to list .htaccess and friends if they are part of packages.
@@ -45,6 +48,7 @@ WSGIDaemonProcess sources.debian.org user=nobody group=debsources home=/ process
 
     Alias /data/ /srv/sources.debian.org/sources/
     Alias /static/ /srv/sources.debian.org/static/
+    Alias /robots.txt /srv/sources.debian.org/lib/debsources/app/static/robots.txt
 
     <Directory /srv/sources.debian.org/etc>
         <Files debsources.wsgi>