Skip to content

Commit c171798

Browse files
committed
Fix HEADER* and README* wildcards in IndexIgnore
The original intent of HEADER* and README* in the IndexIgnore was probably to ignore the files that are included at the top (HeaderName) and bottom (ReadmeName) of the index listing. But the wildcard will hide other files, like README.txt, so use full filenames instead.
1 parent 2098a17 commit c171798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mod/autoindex.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ DefaultIcon /<%= @icons_prefix %>/unknown.gif
5353
ReadmeName README.html
5454
HeaderName HEADER.html
5555

56-
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
56+
IndexIgnore .??* *~ *# HEADER.html README.html RCS CVS *,v *,t

0 commit comments

Comments
 (0)