XenForo Guest page caching

J

jamalfree

Guest
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.

Continue reading...