X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fapache.conf-ftp;h=51027e2842aad29a8b1240b50137293f6a56d448;hb=6f537fca87a0f04a72b9f660df6319ef7a92952e;hp=3f40a451a390c205e9663ee4e07728f5fd329cb7;hpb=2a10967af5974e4fa513d029fb995e122d90501a;p=dak.git diff --git a/config/debian/apache.conf-ftp b/config/debian/apache.conf-ftp index 3f40a451..51027e28 100644 --- a/config/debian/apache.conf-ftp +++ b/config/debian/apache.conf-ftp @@ -14,18 +14,21 @@ 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 - Order allow,deny - Allow from All + Require all granted AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch + 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]