From fa0aeee5750f23916dbd2ac83fd8820b32a43ed3 Mon Sep 17 00:00:00 2001 From: MattIPv4 <me@mattcowley.co.uk> Date: Mon, 18 Apr 2022 12:54:20 +0100 Subject: [PATCH] Add PHP 8.1 FPM socket option --- src/nginxconfig/templates/domain_sections/php.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nginxconfig/templates/domain_sections/php.vue b/src/nginxconfig/templates/domain_sections/php.vue index b617655..af16fcd 100644 --- a/src/nginxconfig/templates/domain_sections/php.vue +++ b/src/nginxconfig/templates/domain_sections/php.vue @@ -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', };