[RSS Feed/News] Guest page caching

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
helloi use redis cache but i need to set Guest page caching in config
PHP:

Code:
$config['cache']['enabled'] = true;
$config['pageCache']['enabled'] = true;
$config['cache']['context']['page']['provider'] = 'Redis';
$config['cache']['context']['page']['config'] = [];

i add this code to to my config but website down.

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom