mirror of
https://github.com/serghey-rodin/vesta.git
synced 2024-12-11 14:50:49 -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>
|