]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/php/templates/default/pool.conf.erb
Name php-fpm socket to work with apparmor-profiles
[chef.git] / cookbooks / php / templates / default / pool.conf.erb
index 1877b7bef246615ba3116d79f10b947bed854c2f..cec611ade00ddb7df24b66f123e5931b80ef0313 100644 (file)
@@ -5,7 +5,7 @@
 listen = 127.0.0.1:<%= @port %>
 listen.backlog = 256
 <% else -%>
-listen = /run/php/<%= @pool %>.sock
+listen = /run/php/php-<%= @pool %>-fpm.sock
 listen.owner = www-data
 listen.group = www-data
 <% end -%>