From 85bbc1cfaf643ede35135ae963a0f80e25963baf Mon Sep 17 00:00:00 2001 From: Clivern Date: Sun, 7 Jun 2020 02:01:33 +0200 Subject: [PATCH] support php7.4-fpm --- src/nginxconfig/i18n/en/templates/global_sections/php.js | 1 + src/nginxconfig/templates/global_sections/php.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/nginxconfig/i18n/en/templates/global_sections/php.js b/src/nginxconfig/i18n/en/templates/global_sections/php.js index 2cde758..77f06bc 100644 --- a/src/nginxconfig/i18n/en/templates/global_sections/php.js +++ b/src/nginxconfig/i18n/en/templates/global_sections/php.js @@ -37,5 +37,6 @@ export default { php71Socket: '7.1 socket', php72Socket: '7.2 socket', php73Socket: '7.3 socket', + php74Socket: '7.4 socket', disabled: 'Disabled', }; diff --git a/src/nginxconfig/templates/global_sections/php.vue b/src/nginxconfig/templates/global_sections/php.vue index c5bcbc0..cbe3caa 100644 --- a/src/nginxconfig/templates/global_sections/php.vue +++ b/src/nginxconfig/templates/global_sections/php.vue @@ -94,6 +94,7 @@ THE SOFTWARE. '/var/run/php/php7.2-fpm.sock': `${i18n.templates.globalSections.php.php72Socket}: /var/run/php/php7.2-fpm.sock`, '/var/run/php/php7.0-fpm.sock': `${i18n.templates.globalSections.php.php70Socket}: /var/run/php/php7.0-fpm.sock`, '/var/run/php/php7.3-fpm.sock': `${i18n.templates.globalSections.php.php73Socket}: /var/run/php/php7.3-fpm.sock`, + '/var/run/php/php7.4-fpm.sock': `${i18n.templates.globalSections.php.php74Socket}: /var/run/php/php7.4-fpm.sock`, }; const defaults = {