# Allow auth endpoints; prevent directory listing
Options -Indexes
<IfModule mod_access_compat.c>
    Order allow,deny
    Allow from all
</IfModule>
<IfModule !mod_access_compat.c>
    Require all granted
</IfModule>


