X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fd5b662ae1ccede11c2f5eb67253f8cd3ae8a507..4580187facb6dad0c10940fe92b39f6aaa859823:/cookbooks/nominatim/templates/default/fpm.conf.erb diff --git a/cookbooks/nominatim/templates/default/fpm.conf.erb b/cookbooks/nominatim/templates/default/fpm.conf.erb index c711ee84d..1b8a0c3ca 100644 --- a/cookbooks/nominatim/templates/default/fpm.conf.erb +++ b/cookbooks/nominatim/templates/default/fpm.conf.erb @@ -1,7 +1,13 @@ ; DO NOT EDIT - This file is being maintained by Chef [<%= @name %>] +<% if @port -%> +listen = 127.0.0.1:<%= @port %> +<% else -%> listen = /var/run/php5-fpm-<%= @name %>.sock +listen.owner = www-data +listen.group = www-data +<% end -%> user = www-data group = www-data