[RSS Feed/News] Memcached + Siropu Ads

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hi everyone!

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

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