mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
8 lines
164 B
ApacheConf
8 lines
164 B
ApacheConf
# deny webserver access to this directory
|
|
<ifModule mod_authz_core.c>
|
|
Require all denied
|
|
</ifModule>
|
|
<ifModule !mod_authz_core.c>
|
|
Deny from all
|
|
</ifModule>
|