Add PHP 8.1 FPM socket option
This commit is contained in:
parent
ebca910786
commit
fa0aeee575
|
@ -204,6 +204,7 @@ THE SOFTWARE.
|
||||||
'/var/run/php/php7.3-fpm.sock': 'templates.domainSections.php.php73Socket',
|
'/var/run/php/php7.3-fpm.sock': 'templates.domainSections.php.php73Socket',
|
||||||
'/var/run/php/php7.4-fpm.sock': 'templates.domainSections.php.php74Socket',
|
'/var/run/php/php7.4-fpm.sock': 'templates.domainSections.php.php74Socket',
|
||||||
'/var/run/php/php8.0-fpm.sock': 'templates.domainSections.php.php80Socket',
|
'/var/run/php/php8.0-fpm.sock': 'templates.domainSections.php.php80Socket',
|
||||||
|
'/var/run/php/php8.1-fpm.sock': 'templates.domainSections.php.php81Socket',
|
||||||
'/var/run/php/php-fpm.sock': 'templates.domainSections.php.phpSocket',
|
'/var/run/php/php-fpm.sock': 'templates.domainSections.php.phpSocket',
|
||||||
'custom': 'templates.domainSections.php.custom',
|
'custom': 'templates.domainSections.php.custom',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue