X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/182de93dc521b6bf8ba23f4498b368d6fd20f3fe..16b15f75a3eeeb17abce1510dd2a286151ea86cc:/cookbooks/php/recipes/fpm.rb diff --git a/cookbooks/php/recipes/fpm.rb b/cookbooks/php/recipes/fpm.rb index 3b4a1d1c1..0be8bafe3 100644 --- a/cookbooks/php/recipes/fpm.rb +++ b/cookbooks/php/recipes/fpm.rb @@ -17,7 +17,6 @@ # limitations under the License. # -include_recipe "apache" include_recipe "php" package "php-fpm" @@ -33,10 +32,3 @@ end service "php#{node[:php][:version]}-fpm" do action [:enable, :start] end - -apache_module "proxy" -apache_module "proxy_fcgi" - -apache_conf "php#{node[:php][:version]}-fpm" do - action :enable -end