mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-23 05:50:37 -08:00
13 lines
278 B
Plaintext
13 lines
278 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>
|