Disable userdir on a bunch of vhosts
[mirror/dsa-puppet.git] / modules / roles / templates / apache-ftp.ports.debian.org.erb
index 778b6cc..90cbbba 100644 (file)
@@ -25,5 +25,9 @@
                Options +Indexes
                Options +FollowSymLinks
        </Directory>
+
+       <IfModule mod_userdir.c>
+               UserDir disabled
+       </IfModule>
 </VirtualHost>
 # vim:set syn=apache: