nixos/roundcube: fix wrong error log location (#465979)

This commit is contained in:
Aleksana
2025-11-29 11:10:37 +00:00
committed by GitHub
+1 -1
View File
@@ -244,7 +244,7 @@ in
services.phpfpm.pools.roundcube = {
user = if localDB then user else "nginx";
phpOptions = ''
error_log = 'stderr'
error_log = '/dev/stderr'
log_errors = on
post_max_size = ${cfg.maxAttachmentSize}
upload_max_filesize = ${cfg.maxAttachmentSize}