2
0
mirror of https://github.com/slawkens/myaac.git synced 2025-05-02 04:09:21 +02:00

12 lines
183 B
ApacheConf

<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>
<IfVersion < 2.4>
order allow,deny
deny from all
</IfVersion>
<IfVersion >= 2.4>
Require all denied
</IfVersion>