Another useless commit because my setup is weird

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-06-05 20:40:27 +02:00
parent 33ce678622
commit b0de53e57f
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -55,6 +55,9 @@ nglib.makeSystem {
# init.services.php-fpm.shutdownOnExit = true;
services.php-fpm = {
fpmSettings = {
"error_log" = "/proc/self/fd/1";
};
pools = {
main = {
createUserGroup = false;
@ -62,8 +65,6 @@ nglib.makeSystem {
"user" = "www-data";
};
fpmSettings = {
"php_admin_value[error_log]" = "/proc/self/fd/1";
"php_admin_flag[log_errors]" = "on";
"pm" = "dynamic";
"pm.max_children" = 75;
"pm.start_servers" = 10;