bug fix: keep default php-fpm config

This commit is contained in:
usmannasir
2024-01-14 18:37:26 +05:00
parent 89e09de97c
commit ec0b2ef341
2 changed files with 256 additions and 4 deletions

View File

@@ -47,8 +47,8 @@ class ApacheVhost:
php71Path = '/etc/php/7.1/fpm/pool.d/'
php72Path = '/etc/php/7.2/fpm/pool.d/'
php73Path = '/etc/php/7.3/fpm/pool.d/'
php74Path = '/etc/php/7.4/fpm/pool.d/'
php80Path = '/etc/php/8.0/fpm/pool.d/'
php81Path = '/etc/php/8.1/fpm/pool.d/'
php82Path = '/etc/php/8.2/fpm/pool.d/'