]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/recipes/default.rb
Enable unified mode for custom resources
[chef.git] / cookbooks / wordpress / recipes / default.rb
index df45000376accb6e805cc3738b00ccf399032010..73f6f353e4303f32974dcdba471bfa66e99c04fa 100644 (file)
@@ -22,13 +22,15 @@ include_recipe "apache"
 include_recipe "fail2ban"
 include_recipe "git"
 include_recipe "mysql"
-include_recipe "php::apache-fpm"
+include_recipe "php::fpm"
 
 package %w[
   subversion
   php-mysql
 ]
 
+apache_module "proxy"
+apache_module "proxy_fcgi"
 apache_module "rewrite"
 
 fail2ban_filter "wordpress" do