首  页
{%if code==500%}

抱歉!源站出现问题,暂时无法访问!

Sorry,Source WebSite is going wrong and it can’t be accessed temporarily!

检查:

  • 1.Redis、MongoDB是否安装?是否运行?
  • 检测状态
  • {{msg|safe}}
  • 2.如果上诉没问题,可清空Redis缓存:
  • redis-cli
     > FLUSHALL
    
  • 3.如清空Redis缓存还有问题,可手动运行网站查看错误
  • >supervisorctl -c supervisord.conf stop pyone && gunicorn -k eventlet -b 0:34567 run:app
{%else%}

抱歉!您访问的资源不存在!

Sorry,The page you visit is not found!

{%endif%}