initial commit
This commit is contained in:
11
defaults/main.yml
Normal file
11
defaults/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# defaults file for php-fpm
|
||||
php_version: 73
|
||||
php_fpm_pool_user: apache
|
||||
php_fpm_pool_group: apache
|
||||
php_fpm_listen_url: 127.0.0.1:90{{ php_version }}
|
||||
php_pm: static
|
||||
php_pm_max_children: 1000
|
||||
php_pm_max_requests: 10000
|
||||
php_pm_status_url: /phpstatus
|
||||
php_packages: [ 'php{{ php_version }}-php-common' ]
|
||||
Reference in New Issue
Block a user