]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/fpm.conf.erb
set owner/group for php-fpm sockets
[chef.git] / cookbooks / nominatim / templates / default / fpm.conf.erb
index 1aa405f594ebee7f78f3e553b3a6e36178233af4..1b8a0c3cac3db272c09c24d4dbf1ab8e0ded24db 100644 (file)
@@ -5,6 +5,8 @@
 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