阿里云部署 Flask + WSGI + Nginx 详解
https://blog.csdn.net/grean2015/article/details/78192763?utm_medium=distribute.pc_relevant_download.none-task-blog-baidujs-1.nonecase&depth_1-utm_source=distribute.pc_relevant_download.none-task-blog-baidujs-1.nonecase
pip3 install supervisor echo_supervisord_conf > /etc/supervisord.conf
随机启动 /etc/rc.d/rc.local
uWSGI:
https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html
Flask:
https://dormousehole.readthedocs.io/en/latest/quickstart.html#id2
uWSGI启动flask
https://dormousehole.readthedocs.io/en/latest/deploying/uwsgi.html
uwsgi: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by uwsgi)
分类:电脑技术
标签:
评论已关闭!