bump version to 80 and fix typo in path

This commit is contained in:
2022-05-06 16:45:47 +02:00
parent 9134682667
commit cab43c2162
3 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
---
# defaults file for php-fpm
php_poolname: www
php_version: 74
php_version: 80
php_fpm_pool_user: apache
php_fpm_pool_group: apache
php_fpm_listen_url: 127.0.0.1:90{{ php_version }}
@@ -10,3 +10,6 @@ php_pm_max_children: 100
php_pm_max_requests: 10000
php_pm_status_url: /phpstatus
php_packages: [ 'php{{ php_version }}-php-common' ]
php_min_spare_servers: 5
php_max_spare_servers: 35