From 7769266b13743ea1d0dcb0f0c61b5c20171e09e7 Mon Sep 17 00:00:00 2001 From: main Date: Sun, 5 Jun 2022 13:53:18 +0200 Subject: [PATCH] I really need to do something about this... Signed-off-by: main --- containers/baikal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/baikal.nix b/containers/baikal.nix index a3510ad..7115535 100644 --- a/containers/baikal.nix +++ b/containers/baikal.nix @@ -62,7 +62,7 @@ nglib.makeSystem { "user" = "www-data"; }; fpmSettings = { - "hp_admin_value[error_log]" = "/proc/self/fd/1"; + "php_admin_value[error_log]" = "/proc/self/fd/1"; "php_admin_flag[log_errors]" = "on"; "pm" = "dynamic"; "pm.max_children" = 75;