作者在 2015-12-21 16:18:38 发布以下内容
有时候用pip 安装 uwsgi因为各种依赖问题装不上,可以用apt-get来装。
apt-get install uwsgi
apt-get install uwsgi-plugin-python
不过uwsgi.xml需要加一项
<plugins>python</plugins>
有时候用pip 安装 uwsgi因为各种依赖问题装不上,可以用apt-get来装。
apt-get install uwsgi
apt-get install uwsgi-plugin-python
不过uwsgi.xml需要加一项
<plugins>python</plugins>