Sha256: 70a4ddd48f9378d6eb5fe1593886875d3b4f0eb834f1fcc3b19c48e202fd5bc3

Contents?: true

Size: 541 Bytes

Versions: 4

Compression:

Stored size: 541 Bytes

Contents

[<%= @variables[:pool] %>]
user = <%= @variables[:username] %>
group = <%= @variables[:username] %>

listen = /var/run/php-fpm-<%= @variables[:pool] %>.sock
<% if @variables[:web_user] %>
listen.owner = <%= @variables[:web_user] %>
listen.group = <%= @variables[:web_user] %>
<% end %>
pm = dynamic
pm.max_children = 4
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 2

env[TMP] = <%= @variables[:tmp] %>
env[TMPDIR] = <%= @variables[:tmp] %>
env[TEMP] = <%= @variables[:tmp] %>
env[PATH] = /usr/local/bin:/usr/bin:/bin

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
danarchy_deploy-0.2.11 templates/applications/php/phpfpm.conf.erb
danarchy_deploy-0.2.10 templates/applications/php/phpfpm.conf.erb
danarchy_deploy-0.2.9 templates/applications/php/phpfpm.conf.erb
danarchy_deploy-0.2.8 templates/applications/php/phpfpm.conf.erb