No access to seafile-server after upgrade to 6.2.2

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

:slight_smile: