We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8971e5e commit c477958Copy full SHA for c477958
1 file changed
install/0.9.7/rhel/roundcube-main.conf
@@ -100,7 +100,7 @@ $rcmail_config['skin_include_php'] = FALSE;
100
$rcmail_config['temp_dir'] = '${_tmppath}';
101
102
// use this folder to store log files (must be writebale for apache user)
103
-$rcmail_config['log_dir'] = '%{_logdir}/roundcubemail/';
+$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
104
105
// session lifetime in minutes
106
$rcmail_config['session_lifetime'] = 10;
0 commit comments