projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ce678
)
Disable file descriptions in all apache indexes
author
Peter Palfrader
<peter@palfrader.org>
Thu, 9 Feb 2017 08:43:17 +0000
(09:43 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 9 Feb 2017 08:43:17 +0000
(09:43 +0100)
modules/apache2/templates/puppet-config.erb
patch
|
blob
|
history
diff --git
a/modules/apache2/templates/puppet-config.erb
b/modules/apache2/templates/puppet-config.erb
index
0ed3e19
..
55b216e
100644
(file)
--- a/
modules/apache2/templates/puppet-config.erb
+++ b/
modules/apache2/templates/puppet-config.erb
@@
-28,3
+28,7
@@
SSLStaplingReturnResponderErrors off
<% end -%>
</IfModule>
+
+<IfModule mod_autoindex.c>
+ IndexOptions +SuppressDescription
+</IfModule>