Protecting roundcube installer

This commit is contained in:
Serghey Rodin 2014-08-04 21:31:39 +03:00
commit d43a8eeb96

View file

@ -6,12 +6,13 @@ Alias /roundcubemail /usr/share/roundcubemail
Alias /webmail /usr/share/roundcubemail
<Directory /usr/share/roundcubemail/>
Order Deny,Allow
Deny from all
Allow from all
Order Deny,Allow
Deny from all
Allow from all
</Directory>
<Directory /usr/share/roundcubemail/installer>
Order Deny,Allow
Deny from all
Order Deny,Allow
Deny from all
Allow from None
</Directory>