[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Also allow access to the lintian.tags file



---
 config/debian/apache.conf-ftp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config/debian/apache.conf-ftp b/config/debian/apache.conf-ftp
index 51027e2..4ac703d 100644
--- a/config/debian/apache.conf-ftp
+++ b/config/debian/apache.conf-ftp
@@ -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]
-- 
2.1.4


Reply to: