I have IndexIgnore * in a directory for which I don't want to allow directory listing.
Now, in a sub-directory, I want to override the IndexIgnore directive defined in parent directory and allow directory listing.
The documentation for IndexIgnore says
The IndexIgnore directive adds to the list of files to hide when listing a directory.
How do I allow directory listing for this sub-directory?