X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aa3587c1e92706bffb2632470ec694532ff2c0c6..270d8c89e0b8724c9b218aa730068bf18324bbb3:/cookbooks/wordpress/resources/site.rb diff --git a/cookbooks/wordpress/resources/site.rb b/cookbooks/wordpress/resources/site.rb index c0e34dcff..393c47578 100644 --- a/cookbooks/wordpress/resources/site.rb +++ b/cookbooks/wordpress/resources/site.rb @@ -103,7 +103,8 @@ 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" + line += "define( 'WP_MEMORY_LIMIT', '128M');\r\n" end line