PHP-FPM Customizations
To customize the PHP-FPM configuration for the Tenantos FPM pool, create a new .conf
file in the /etc/php/7.4/fpm/pool.d/www.override/
directory.
Example:
$ cat /etc/php/7.4/fpm/pool.d/www.override/anyName.conf
pm.max_spare_servers = 30
Customizations will not be overwritten or removed when updating Tenantos.