liuyongjians

导航

 

2013年9月2日

摘要: 用bottle的一个项目中,uwsgi作为bottle跟nignx通信协议,取代fastcgi。uwsig配置脚本如下: 0.0.0:9999 128 true /yourpythonprojectpathr/log/uwsgi.pid 9 /yourpythonprojectpathr/ .. application true true true true 512 /yourpythonprojectpathr/log/uwsgi.lognignx放置前面,做反向代理。server { listen 80; ... 阅读全文
posted @ 2013-09-02 17:15 liuyongjians 阅读(1009) 评论(0) 推荐(0)