Skip to content

Commit c477958

Browse files
committed
proper logdir for roundcube
1 parent 8971e5e commit c477958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/0.9.7/rhel/roundcube-main.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $rcmail_config['skin_include_php'] = FALSE;
100100
$rcmail_config['temp_dir'] = '${_tmppath}';
101101

102102
// use this folder to store log files (must be writebale for apache user)
103-
$rcmail_config['log_dir'] = '%{_logdir}/roundcubemail/';
103+
$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
104104

105105
// session lifetime in minutes
106106
$rcmail_config['session_lifetime'] = 10;

0 commit comments

Comments
 (0)