diff --git a/bootstrap.php b/bootstrap.php index eeaccebb..06acd4d9 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -58,7 +58,7 @@ function () { // Performance/cache settings $nfd_module_container->set( 'cache_types', - array( 'browser', 'file', 'skip404' ) + array( 'browser', 'skip404' ) ); $website_guide_link = 'https://www.hostgator.com/blog/build-wordpress-website-guide/';