]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dev/templates/default/fpm.conf.erb
Update apache config for 2.4
[chef.git] / cookbooks / dev / templates / default / fpm.conf.erb
index a864c92508efe7a01d9b491906e91495fe2623e1..523d8ca8573630d68267bc1e371b8e217984b09d 100644 (file)
@@ -1,13 +1,8 @@
 ; DO NOT EDIT - This file is being maintained by Chef
 
 [<%= @user %>]
-listen = /var/run/php5-fpm-<%= @user %>.sock
-
+listen = 127.0.0.1:<%= @port %>
 listen.backlog = 256
-listen.owner = www-data
-listen.group = www-data
-listen.mode = 0660
 
 user = <%= @user %>
 group = <%= @user %>