Add roundcubemail
This commit is contained in:
parent
dc24c75f94
commit
f6e537824d
9 changed files with 74 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
<VirtualHost *:80>
|
||||
servername roundcube.domain.com
|
||||
ServerAdmin admin@domain.com
|
||||
|
||||
DocumentRoot /usr/share/roundcubemail/
|
||||
Protocols h2c http/1.1
|
||||
|
||||
<directory /usr/share/roundcubemail/>
|
||||
Options FollowSymLinks
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</directory>
|
||||
</VirtualHost>
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue