diff options
Diffstat (limited to 'www/apache24/files/patch-docs__conf__extra__httpd-autoindex.conf.in')
-rw-r--r-- | www/apache24/files/patch-docs__conf__extra__httpd-autoindex.conf.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/apache24/files/patch-docs__conf__extra__httpd-autoindex.conf.in b/www/apache24/files/patch-docs__conf__extra__httpd-autoindex.conf.in new file mode 100644 index 000000000000..79d4f20790e9 --- /dev/null +++ b/www/apache24/files/patch-docs__conf__extra__httpd-autoindex.conf.in @@ -0,0 +1,9 @@ +--- ./docs/conf/extra/httpd-autoindex.conf.in.orig 2010-06-15 13:05:13.000000000 +0200 ++++ ./docs/conf/extra/httpd-autoindex.conf.in 2013-03-22 18:55:53.000000000 +0100 +@@ -89,5 +89,5 @@ + # IndexIgnore is a set of filenames which directory indexing should ignore + # and not include in the listing. Shell-style wildcarding is permitted. + # +-IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t ++IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t *.bak *.orig + |