mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-10-15 02:49:20 +08:00
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:
@@ -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',
|
||||
};
|
||||
|
Reference in New Issue
Block a user