mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
Protecting roundcube installer
This commit is contained in:
parent
8ba51eb0ac
commit
0b9eb1932e
1 changed files with 5 additions and 0 deletions
|
@ -10,3 +10,8 @@ Alias /webmail /usr/share/roundcubemail
|
||||||
Deny from all
|
Deny from all
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
<Directory /usr/share/roundcubemail/installer>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from all
|
||||||
|
</Directory>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue