jamalfree
Active member
helloi use redis cache but i need to set Guest page caching in config
i add this code to to my config but website down.
PHP:
$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.