]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/recipes/default.rb
Use PHP 7.2 for wordpress
[chef.git] / cookbooks / wordpress / recipes / default.rb
index 83082aa93365ecdf80be2340067dabe9a57e5d4a..8a48e8863d8e46646808e4ebe08ed364c2502151 100644 (file)
@@ -26,7 +26,7 @@ package %w[
   php-mysql
 ]
 
-apache_module "php7.0"
+apache_module "php7.2"
 apache_module "rewrite"
 
 fail2ban_filter "wordpress" do