centos + python + uwsgi 搭建网站
安装的参考文件:
1、pip install uwsgi时报错,you need a c compiler to build uWsgi
http://blog.youkuaiyun.com/heyddo/article/details/51075280
2、centos上nginx 安装部署
http://www.itnose.net/detail/6436432.html
3、CentOS下搭建python web生产环境(nginx+web.py+uwsgi)
http://ju.outofmemory.cn/entry/253395
4、uWsgi官网地址
http://uwsgi-docs.readthedocs.io/en/latest/Install.html
本文提供了一套详细的指南,介绍如何在CentOS环境下使用Python和uWSGI部署网站。主要内容包括解决pip安装uWSGI时遇到的问题、Nginx的安装与配置以及如何将Python web应用通过uWSGI与Nginx整合实现稳定运行。
394

被折叠的 条评论
为什么被折叠?



