b180f5c63b
to set the Alias line, instead of asking the user to do it manually. ok sthen@ (maintainer)
18 lines
448 B
Plaintext
18 lines
448 B
Plaintext
# $OpenBSD: roundcubemail.conf,v 1.6 2011/03/21 09:28:38 ajacoutot Exp $
|
|
|
|
Alias /roundcubemail/ "/var/www/roundcubemail/"
|
|
|
|
<IfModule mod_php5.c>
|
|
php_value suhosin.session.encrypt 0
|
|
</IfModule>
|
|
|
|
<Directory ${TINSTDIR}>
|
|
AllowOverride Indexes FileInfo Options
|
|
<IfModule mod_php5.c>
|
|
php_value file_uploads 1
|
|
php_value session.auto_start 0
|
|
php_value mbstring.func_overload 0
|
|
php_value date.timezone UTC
|
|
</IfModule>
|
|
</Directory>
|