]> 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 3f40a451a390c205e9663ee4e07728f5fd329cb7..1e7a64dc95a2413ea36826f8f55c46367904e18f 100644 (file)
@@ -16,14 +16,15 @@ Use common-debian-service-https-redirect * ftp-master.debian.org
   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