X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fapache.conf-ftp;h=3c8194a6192f53c667fd8e9b69a4254978310bdb;hb=fb979d6ea8674b80caaedbcb79144bef45560d48;hp=37322454594357bc7fba0746a67d4c7775de2f57;hpb=1ddf4d6f725bcb270a86980a949c306a567a59a7;p=dak.git diff --git a/config/debian/apache.conf-ftp b/config/debian/apache.conf-ftp index 37322454..3c8194a6 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 @@ -27,6 +28,12 @@ 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]