X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aa3587c1e92706bffb2632470ec694532ff2c0c6..32c0cc98d47da81f7e893206fcb394d16da6c30c:/cookbooks/wordpress/resources/site.rb diff --git a/cookbooks/wordpress/resources/site.rb b/cookbooks/wordpress/resources/site.rb index c0e34dcff..0fcad6509 100644 --- a/cookbooks/wordpress/resources/site.rb +++ b/cookbooks/wordpress/resources/site.rb @@ -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