blob: 8e37c1777a6f685937e0d8d9aeb19d2e0582bc8d [file] [log] [blame]
# Enable directory indexes for /schema/... and disable redirect to https
# see https://issues.apache.org/jira/browse/CAMEL-13890
<IfModule mod_autoindex.c>
RewriteEngine Off
Options +Indexes
</IfModule>