XenForo
Administrative
- Thread starter
- Admin
- #1
helloi use redis cache but i need to set Guest page caching in config
PHP:
i add this code to to my config but website down.
ادامه مطلب...
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.
ادامه مطلب...