X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5dcf5ef21d1ba91a71b5497f2c9745620a6008d0..22c56e55a0fde97621ef0e8b86b5be2122ae02a2:/cookbooks/php/resources/fpm.rb diff --git a/cookbooks/php/resources/fpm.rb b/cookbooks/php/resources/fpm.rb index 657f3b51b..49df4effe 100644 --- a/cookbooks/php/resources/fpm.rb +++ b/cookbooks/php/resources/fpm.rb @@ -93,7 +93,7 @@ action_class do if new_resource.port "tcp://127.0.0.1:#{new_resource.port}/status" else - "unix:///run/php/#{new_resource.pool}.sock;/status" + "unix:///run/php/php-#{new_resource.pool}-fpm.sock;/status" end end end