Merge pull request #31044 from LumiGuide/fix-apache-httpd

apache-httpd: fix nix evaluation error
This commit is contained in:
Graham Christensen
2017-10-31 17:50:57 -04:00
committed by GitHub

View File

@@ -676,6 +676,7 @@ in
''
; Needed for PHP's mail() function.
sendmail_path = sendmail -t -i
'' + optionalString (!isNull config.time.timeZone) ''
; Apparently PHP doesn't use $TZ.
date.timezone = "${config.time.timeZone}"