Skip to content

PHP-FPM Customizations

To customize the PHP-FPM configuration for the Tenantos FPM pool, create a new .conf file in the /opt/tenantos/php8.4/etc/php-fpm.d/www.override/ directory.

Example:

$ cat /opt/tenantos/php8.4/etc/php-fpm.d/www.override/anyName.conf
pm.max_spare_servers = 30

Customizations will not be overwritten or removed when updating Tenantos.