WIP Set up akaunting
This commit is contained in:
18
site-cookbooks/kosmos_akaunting/templates/php-fpm.pool.erb
Normal file
18
site-cookbooks/kosmos_akaunting/templates/php-fpm.pool.erb
Normal file
@@ -0,0 +1,18 @@
|
||||
[akaunting]
|
||||
user = <%= @user %>
|
||||
group = <%= @group %>
|
||||
listen = 0.0.0.0:<%= @port %>
|
||||
listen.owner = <%= @user %>
|
||||
listen.group = <%= @group %>
|
||||
listen.mode = 0660
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 10
|
||||
pm.start_servers = 4
|
||||
pm.min_spare_servers = 2
|
||||
pm.max_spare_servers = 6
|
||||
pm.max_requests = 500
|
||||
|
||||
chdir = <%= @chdir %>
|
||||
catch_workers_output = yes
|
||||
php_admin_flag[log_errors] = on
|
||||
Reference in New Issue
Block a user