]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/php/recipes/fpm.rb
Separate php::apache-fpm frpm php::fpm
[chef.git] / cookbooks / php / recipes / fpm.rb
index 3b4a1d1c1aa275c1ce7522906632fe16501b9759..0be8bafe3a6c88558136bb058cab64158aaae5f7 100644 (file)
@@ -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