X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9430f8a86c3e8e4b34a1f20f8c9cf00db5a1d7ec..440743879646b28a9fc271d04c6be6fe6ae74606:/cookbooks/php/attributes/default.rb?ds=inline diff --git a/cookbooks/php/attributes/default.rb b/cookbooks/php/attributes/default.rb index d1bd6680a..ccce26093 100644 --- a/cookbooks/php/attributes/default.rb +++ b/cookbooks/php/attributes/default.rb @@ -4,4 +4,4 @@ default[:php][:version] = if node[:lsb][:release].to_f < 20.04 "7.4" end -override[:apache][:mpm] = "prefork" +default[:php][:fpm][:options] = {}