]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/resources/site.rb
wordpress: Remove duplicate memory limit. Add ENV type
[chef.git] / cookbooks / wordpress / resources / site.rb
index c0e34dcff6de6806f8219fe6be0e7fcd9a3ecf4e..0fcad6509f47883aeecb8d1d92998c7ed4962b68 100644 (file)
@@ -103,7 +103,7 @@ action :create do
       line += "define( 'FORCE_SSL_LOGIN', true);\r\n"
       line += "define( 'FORCE_SSL_ADMIN', true);\r\n"
       line += "define( 'WP_FAIL2BAN_SITE_HEALTH_SKIP_FILTERS', true);\r\n"
-      line += "define( 'WP_MEMORY_LIMIT', '256M');\r\n"
+      line += "define( 'WP_ENVIRONMENT_TYPE', 'production');\r\n"
     end
 
     line