]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/apache.conf-ftp
Add an options line for the web/ dir
[dak.git] / config / debian / apache.conf-ftp
index bda84adfa9563d998db5ee1b946ee56e6154a945..1e7a64dc95a2413ea36826f8f55c46367904e18f 100644 (file)
@@ -10,20 +10,21 @@ Use common-debian-service-https-redirect * ftp-master.debian.org
   Use common-debian-service-ssl ftp-master.debian.org
   Use common-ssl-HSTS
 
-  Redirect permanent /proposed-updates.html http://release.debian.org/proposed-updates/stable.html
-  Redirect permanent /oldstable-proposed-updates.html http://release.debian.org/proposed-updates/oldstable.html
-  Redirect permanent /testing/hints/transitions.yaml http://ftp-master.debian.org/transitions.yaml
+  Redirect permanent /proposed-updates.html https://release.debian.org/proposed-updates/stable.html
+  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/
 
   <Directory /srv/ftp.debian.org/web-users>
-    Order allow,deny
-    Allow from All
+    Require all granted
     AllowOverride FileInfo AuthConfig Limit Indexes
     Options MultiViews Indexes SymLinksIfOwnerMatch
   </Directory>
 
   <Directory /srv/ftp.debian.org/web>
+    Require all granted
     AddCharset utf-8 .txt
+    Options MultiViews Indexes SymLinksIfOwnerMatch
   </Directory>
 
   RewriteEngine On