Unverified Commit cece5065 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents 2e46d407 5e58fb0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}