XenForo
Administrative
- Thread starter
- Admin
- #1
Hi everyone!
I currently have this configuration on my server:
Code:
I tried to cache guests too, but I have a problem with the addon that manages advertising.
Particularly when if the cache page is generated for mobile, everyone will see the page generated for mobile, with advertising for mobile...
Read more
ادامه مطلب...
I currently have this configuration on my server:
Code:
Code:
$config['cache']['enabled'] = true;
$config['cache']['css']['enabled'] = true;
$config['cache']['provider'] = 'Memcached';
$config['cache']['config'] = [
'server' => '127.0.0.1', 11211];
I tried to cache guests too, but I have a problem with the addon that manages advertising.
Particularly when if the cache page is generated for mobile, everyone will see the page generated for mobile, with advertising for mobile...
Read more
ادامه مطلب...