+3

But with PHP FPM Workers

TheTechnoMan 9 years ago updated 9 years ago 1
Seems like that there is a "bug" when defining some PHP Fpm settings. I want to change this ones:

pm.min_spare_servers = 2
pm.max_spare_servers = 6

It is however hardcoded that it will always chosse the smallest one, see here:
https://github.com/Eugeny/ajenti-v/blob/master/vh-...

Line 105 & 106. That does not make sende, it should be max() not min()