mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-15 13:32:09 +07:00
Delete default pool if necessary (#10)
(when default pool 'www' not in pool list)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
php_ini_cli:
|
||||
error_reporting: 'E_ALL'
|
||||
php_fpm_poold:
|
||||
- pool_name: 'www'
|
||||
- pool_name: 'test_ansible'
|
||||
listen: '{{ php_default_fpm_sock }}'
|
||||
pm: 'dynamic'
|
||||
pm_max_children: 250
|
||||
|
||||
Reference in New Issue
Block a user