We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4de729 commit 228041eCopy full SHA for 228041e
virtual_feature.pl
@@ -1556,7 +1556,7 @@ sub feature_get_web_php_children
1556
}
1557
elsif ($mode eq "fpm") {
1558
# Read from FPM config file
1559
- my $conf = &virtual_server::get_php_fpm_config();
+ my $conf = &virtual_server::get_php_fpm_config($d);
1560
return -1 if (!$conf);
1561
my $childs = &virtual_server::get_php_fpm_pool_config_value(
1562
$conf, $d->{'id'}, "pm.max_children");
@@ -1588,7 +1588,7 @@ sub feature_save_web_php_children
1588
1589
1590
# Set in the FPM config
1591
1592
return 0 if (!$conf);
1593
$children = $childrenmax if ($children == 0); # Recommended default
1594
my $fpmstartservers =
0 commit comments