bump version to 80 and fix typo in path
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user