archlinux-pkgbuilds/roundcubemail-git/apache.conf
Cedric Girard 9a624b7d78 Add 'roundcubemail-git/' from commit '5bcfe360cddfa1a38808fcea731531d30afba785'
git-subtree-dir: roundcubemail-git
git-subtree-mainline: 09ad092f44
git-subtree-split: 5bcfe360cd
2019-02-14 15:24:20 +01:00

8 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>