roundcube: Use /var/log/roundcube directly

/home/roundcube/log does not even exists…
This commit is contained in:
David Prevot 2024-03-19 17:07:36 +01:00
parent 23f4f9690f
commit 96c1017b5d

View file

@ -40,7 +40,7 @@
#php_admin_value upload_max_filesize 8M
#php_admin_flag allow_url_fopen Off
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f www-roundcube"
php_admin_value error_log "/home/roundcube/log/php.log"
php_admin_value error_log "/var/log/roundcube/php.log"
#php_admin_value open_basedir "/usr/share/php:/home/roundcube:/tmp"
</VirtualHost>