mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 00:04:20 +01:00
Another useless commit because my setup is weird
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
33ce678622
commit
b0de53e57f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue