There is a generic Directory index rule at Apache level like below that is expecting the serving domain to point to any of below files.
How can I add filter on this rule for example-website.com so its ignored for specific domain
<IfModule dir_module>
DirectoryIndex index.html index.htm html.htm html.html index.php index.jsp
</IfModule>
Thanks,
Tim