mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
9 lines
No EOL
186 B
ApacheConf
9 lines
No EOL
186 B
ApacheConf
<ifModule mod_authz_core.c>
|
|
Require all denied
|
|
</ifModule>
|
|
<ifModule !mod_authz_core.c>
|
|
Deny from all
|
|
</ifModule>
|
|
<IfModule mod_autoindex.c>
|
|
Options -Indexes
|
|
</ifModule> |