]> git.decadent.org.uk Git - dak.git/commitdiff
Also allow access to the lintian.tags file
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 20 Dec 2015 11:12:04 +0000 (12:12 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 20 Dec 2015 11:12:04 +0000 (12:12 +0100)
config/debian/apache.conf-ftp

index 51027e2842aad29a8b1240b50137293f6a56d448..4ac703deeeaa14f846029b5ec09ffa7f68157709 100644 (file)
@@ -28,6 +28,10 @@ Use common-debian-service-https-redirect * ftp-master.debian.org
     Options MultiViews Indexes SymLinksIfOwnerMatch
   </Directory>
 
+  <Files /srv/ftp-master.debian.org/dak/config/debian/lintian.tags>
+    Require all granted
+  </Files>
+
   RewriteEngine On
   RewriteRule ^/~(.+) /users/$1 [R=permanent,L]
   RewriteRule ^/testing/(.*) https://release.debian.org/britney/$1 [R=permanent,L]