Cedric Girard
9a624b7d78
git-subtree-dir: roundcubemail-git git-subtree-mainline:09ad092f44
git-subtree-split:5bcfe360cd
7 lines
351 B
ApacheConf
7 lines
351 B
ApacheConf
Alias /roundcube "/usr/share/webapps/roundcubemail"
|
|
<Directory "/usr/share/webapps/roundcubemail">
|
|
AllowOverride All
|
|
Options FollowSymlinks
|
|
Require all granted
|
|
php_admin_value open_basedir "/tmp/:/var/cache/roundcubemail:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail"
|
|
</Directory>
|