mirror of
https://github.com/myvesta/vesta.git
synced 2025-01-12 14:02:54 -08:00
19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
#
|
|
# Round Cube Webmail is a browser-based multilingual IMAP client
|
|
#
|
|
|
|
Alias /roundcubemail /usr/share/roundcubemail
|
|
Alias /webmail /usr/share/roundcubemail
|
|
|
|
<Directory /usr/share/roundcubemail/>
|
|
Order Deny,Allow
|
|
Deny from all
|
|
Allow from all
|
|
</Directory>
|
|
|
|
<Directory /usr/share/roundcubemail/installer>
|
|
Order Deny,Allow
|
|
Deny from all
|
|
Allow from None
|
|
</Directory>
|