X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fapache.conf-ftp;h=51027e2842aad29a8b1240b50137293f6a56d448;hb=6f537fca87a0f04a72b9f660df6319ef7a92952e;hp=72a73b9aa33a4fa1594427781a8f8d007898d411;hpb=3cf22306574444cbc63616006e6e6433c3fc0aac;p=dak.git diff --git a/config/debian/apache.conf-ftp b/config/debian/apache.conf-ftp index 72a73b9a..51027e28 100644 --- a/config/debian/apache.conf-ftp +++ b/config/debian/apache.conf-ftp @@ -14,6 +14,7 @@ Use common-debian-service-https-redirect * ftp-master.debian.org Redirect permanent /oldstable-proposed-updates.html https://release.debian.org/proposed-updates/oldstable.html Redirect permanent /testing/hints/transitions.yaml https://ftp-master.debian.org/transitions.yaml Alias /users/ /srv/ftp.debian.org/web-users/ + Alias /static/lintian.tags /srv/ftp-master.debian.org/dak/config/debian/lintian.tags Require all granted @@ -24,8 +25,10 @@ Use common-debian-service-https-redirect * ftp-master.debian.org Require all granted AddCharset utf-8 .txt + Options MultiViews Indexes SymLinksIfOwnerMatch RewriteEngine On RewriteRule ^/~(.+) /users/$1 [R=permanent,L] + RewriteRule ^/testing/(.*) https://release.debian.org/britney/$1 [R=permanent,L]