Add PHP 8.1 FPM socket option (#346)

* Add PHP 8.1 FPM socket option

* Add i18n strings for PHP 8.1 socket
This commit is contained in:
Matt Cowley
2022-04-21 12:43:02 +01:00
committed by GitHub
parent 9eb223599a
commit 9f396e0693
10 changed files with 19 additions and 9 deletions

View File

@@ -204,6 +204,7 @@ THE SOFTWARE.
'/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/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',
'custom': 'templates.domainSections.php.custom',
};