摘要: nginx工作原理:nginx用于处理静态文件,动态部分经由fastcgi 、scgi或uwsgi交给django处理!1、在站点目录下执行:manage.py runfcgi host=127.0.0.1 port=8051 protocol=fcgi method=threaded2、在D:\n... 阅读全文
posted @ 2015-03-06 17:48 酒香不怕巷子深 阅读(5094) 评论(0) 推荐(0) 编辑
摘要: http://perlmaven.com/deploying-pyton-with-uwsgi-on-ubuntu-13-10The following is a tutorial on how to set up uWSGI with an Nginx front end to server si... 阅读全文
posted @ 2015-03-06 15:17 酒香不怕巷子深 阅读(309) 评论(0) 推荐(0) 编辑