uwsgi 遇到比较多的一个问题
错误信息
1 | *** Operational MODE: single process *** |
错误分析
这个其实是因为python映射的问题,加一个插件就好了
解决方案
1 | apt-get install uwsgi-plugin-python3 # python3 |
1 | plugin = python3 # python3 |
1 | uwsgi --plugin python3 uwsgi.ini # python3 |
1 | *** Operational MODE: single process *** |
这个其实是因为python映射的问题,加一个插件就好了
1 | apt-get install uwsgi-plugin-python3 # python3 |
1 | plugin = python3 # python3 |
1 | uwsgi --plugin python3 uwsgi.ini # python3 |
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true