Introduce more variables
This commit is contained in:
parent
cfdc088844
commit
4bb9eb3870
4 changed files with 23 additions and 23 deletions
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
php_fpm_log_dir: /var/log/phpfpm
|
||||
php_fpm_pool_dir: "/etc/php/{{ php_version.stdout }}/fpm/pool.d"
|
||||
php_fpm_pool_config_file: "{{ php_fpm_pool_dir }}/%i.cfg"
|
||||
|
||||
php_fpm_cpu_quota: "100%"
|
||||
php_fpm_memory_high: "25%"
|
||||
php_fpm_memory_max: "35%"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue