]> git.openstreetmap.org Git - chef.git/commitdiff
set owner/group for php-fpm sockets
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 26 Jun 2014 10:36:43 +0000 (12:36 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 26 Jun 2014 10:36:43 +0000 (12:36 +0200)
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