mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
9 lines
No EOL
178 B
ApacheConf
9 lines
No EOL
178 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> |