mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -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
|
Alias /webmail /usr/share/roundcubemail
|
||||||
|
|
||||||
<Directory /usr/share/roundcubemail/>
|
<Directory /usr/share/roundcubemail/>
|
||||||
Order Deny,Allow
|
Order Deny,Allow
|
||||||
Deny from all
|
Deny from all
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /usr/share/roundcubemail/installer>
|
<Directory /usr/share/roundcubemail/installer>
|
||||||
Order Deny,Allow
|
Order Deny,Allow
|
||||||
Deny from all
|
Deny from all
|
||||||
|
Allow from None
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue