From: Ansgar Burchardt Date: Sun, 20 Dec 2015 11:12:04 +0000 (+0100) Subject: Also allow access to the lintian.tags file X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=64c41989659a66869baf336b97dc2190003bf606 Also allow access to the lintian.tags file --- diff --git a/config/debian/apache.conf-ftp b/config/debian/apache.conf-ftp index 51027e28..4ac703de 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 + + Require all granted + + RewriteEngine On RewriteRule ^/~(.+) /users/$1 [R=permanent,L] RewriteRule ^/testing/(.*) https://release.debian.org/britney/$1 [R=permanent,L]