首页 > nginx > nginx uWSGI Django python运行环境安装和配置

nginx uWSGI Django python运行环境安装和配置

2015年2月8日 发表评论 阅读评论

uWSGI is a fast (pure C), self-healing, developer/sysadmin-friendly application container server.”, it utilizes the uwsgi protocol (notice the all-lowercase spelling), and supports WSGI applications served from it.

上面这段文字是uWSGI的官方定义。
uWSGI是一个快速(纯C的)、自维护、对开发管理人员友好的应用容器。它使用uwsgi协议(小写定义),支持WSGI应用运行在它上面。

uwsgi安装

或者查看这里有许多uwsgi安装方法http://uwsgi-docs.readthedocs.org/en/latest/Install.html

myapp.py 放到运行命令目录

启动uwsgi

在浏览器内输入:http://127.0.0.1:3031,看是否有“Hello World”输出,若没有输出,请检查你的安装过程.

nginx配置文件

浏览器访问

未完待续...

分类: nginx 标签: ,
  1. 小停雨
    2015年8月6日02:58 | #1

    这 - -!说好的nginx呢。。。 这么只有uWSGI

  1. 本文目前尚无任何 trackbacks 和 pingbacks.