I see you’re still using the outdated memcached format.
Replace the one with:
CACHES = {
‘default’: {
‘BACKEND’: ‘django_pylibmc.memcached.PyLibMCCache’,
‘LOCATION’: ‘127.0.0.1:11211’,
}
}
Furthermore i’m just curious but have you even reloaded the nginx conf after changing?
nginx -s reload
![]()