X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fapache.conf-ftp;h=37322454594357bc7fba0746a67d4c7775de2f57;hb=f54c87736c85e9c72b1693f9db50848992f88f61;hp=3f40a451a390c205e9663ee4e07728f5fd329cb7;hpb=2a10967af5974e4fa513d029fb995e122d90501a;p=dak.git diff --git a/config/debian/apache.conf-ftp b/config/debian/apache.conf-ftp index 3f40a451..37322454 100644 --- a/config/debian/apache.conf-ftp +++ b/config/debian/apache.conf-ftp @@ -16,16 +16,18 @@ Use common-debian-service-https-redirect * ftp-master.debian.org Alias /users/ /srv/ftp.debian.org/web-users/ - 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]