mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Protecting roundcube installer
This commit is contained in:
parent
ba1d4db740
commit
d43a8eeb96
1 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue