mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 01:09:21 +02:00
12 lines
183 B
ApacheConf
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>
|