]> git.openstreetmap.org Git - chef.git/blob - cookbooks/nominatim/templates/default/fpm.conf.erb
nominatim: enable ssl proxy
[chef.git] / cookbooks / nominatim / templates / default / fpm.conf.erb
1 ; DO NOT EDIT - This file is being maintained by Chef
2
3 [<%= @name %>]
4 <% if @port -%>
5 listen = 127.0.0.1:<%= @port %>
6 <% else -%>
7 listen = /var/run/php5-fpm-<%= @name %>.sock
8 listen.owner = www-data
9 listen.group = www-data
10 <% end -%>
11
12 user = www-data
13 group = www-data
14
15 pm = <%= @pm %>
16 pm.max_children = <%= @max_children %>
17 pm.start_servers = 20
18 pm.min_spare_servers = 10
19 pm.max_spare_servers = 20
20 pm.max_requests = 10000
21
22 security.limit_extensions = .php .phpx .phpj