Disable file descriptions in all apache indexes
[mirror/dsa-puppet.git] / modules / apache2 / templates / puppet-config.erb
index 0ed3e19..55b216e 100644 (file)
@@ -28,3 +28,7 @@
     SSLStaplingReturnResponderErrors off
   <% end -%>
 </IfModule>
+
+<IfModule mod_autoindex.c>
+  IndexOptions +SuppressDescription
+</IfModule>