linux下nginx+uwsgi部署python应用
nginx的安装和配置:http://blog.csdn.net/cjh6311882/article/details/7693575
1.获取uwsgi
uwsgi -s :9090 -w myapp