]> git.openstreetmap.org Git - chef.git/blob - cookbooks/nominatim/templates/default/fpm.conf.erb
missing dependency for ban script and more typos
[chef.git] / cookbooks / nominatim / templates / default / fpm.conf.erb
1 ; DO NOT EDIT - This file is being maintained by Chef
2
3 [<%= @name %>]
4 listen = /var/run/php5-fpm-<%= @name %>.sock
5
6 user = www-data
7 group = www-data
8
9 pm = <%= @pm %>
10 pm.max_children = <%= @max_children %>
11 pm.start_servers = 20
12 pm.min_spare_servers = 20
13 pm.max_spare_servers = 30
14 pm.max_requests = 1000000
15
16 security.limit_extensions = .php .phpx .phpj