- 安装python3.5,flask,uwsgi服务器
我这里服务器的python项目路径是:/home/www/pythonProject/
- 启动服务器,后台运行
uwsgi --http :8001 --wsgi-file run.py --callable app --daemonize /var/log/uwsgi.log
参考链接:
1、uwsgi官网:https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html