From bad5762eecf43cd8cc5f6a55b9262378a3851881 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 15 Mar 2023 12:37:33 +0000 Subject: [PATCH] wordpress: Disable fail2ban health filter check --- cookbooks/wordpress/resources/site.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.1