From: Grant Slater Date: Wed, 15 Mar 2023 12:37:33 +0000 (+0000) Subject: wordpress: Disable fail2ban health filter check X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/bad5762eecf43cd8cc5f6a55b9262378a3851881 wordpress: Disable fail2ban health filter check --- diff --git a/cookbooks/wordpress/resources/site.rb b/cookbooks/wordpress/resources/site.rb index c8a3e3883..1e3417188 100644 --- a/cookbooks/wordpress/resources/site.rb +++ b/cookbooks/wordpress/resources/site.rb @@ -102,6 +102,7 @@ action :create do line += "define( 'AUTOMATIC_UPDATER_DISABLED', true);\r\n" 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" end line