mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
roundcubet tmp dir
This commit is contained in:
parent
a0d4354b38
commit
5147b3856e
3 changed files with 3 additions and 3 deletions
|
@ -198,7 +198,7 @@ $rcmail_config['auto_create_user'] = true;
|
|||
$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
|
||||
|
||||
// use this folder to store temp files (must be writeable for apache user)
|
||||
$rcmail_config['temp_dir'] = '${_tmppath}';
|
||||
$rcmail_config['temp_dir'] = '/tmp';
|
||||
|
||||
// lifetime of message cache
|
||||
// possible units: s, m, h, d, w
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue