Skip to content

Commit

Permalink
wordpress: Set 128M memory limit as required by WPML
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Slater <github@firefishy.com>
  • Loading branch information
Firefishy committed Jun 5, 2023
1 parent 96cf711 commit 270d8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbooks/wordpress/resources/site.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
line += "define( 'FORCE_SSL_ADMIN', true);\r\n"
line += "define( 'WP_FAIL2BAN_SITE_HEALTH_SKIP_FILTERS', true);\r\n"
line += "define( 'WP_ENVIRONMENT_TYPE', 'production');\r\n"
line += "define( 'WP_MEMORY_LIMIT', '128M');\r\n"
end

line
Expand Down

0 comments on commit 270d8c8

Please sign in to comment.