uwsgi emperor example 如何在皇帝模式下使用uWSGI和按需vassals的工作示例
uWSGI皇帝示例使用两个Django应用程序vassals在皇帝模式下启动uWSGI: $ virtualenv ve $ source ve/bin/activate (ve)$ pip install -r requirements.txt (ve)$ ./run-wsgi.sh启动Nginx: $ nginx -c `pwd`/nginx.conf使用curl发出请求以查看应用程序在空闲时自动启动和停止: $ curl -XGET http://localhost:9000/
下载地址
用户评论