uwsgi-emperor-example:如何在皇帝模式下使用 uWSGI 和按需 vassals 的工作示例

时间:2024-07-27 16:16:15
【文件属性】:

文件名称:uwsgi-emperor-example:如何在皇帝模式下使用 uWSGI 和按需 vassals 的工作示例

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-27 16:16:15

Python

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/


【文件预览】:
uwsgi-emperor-example-master
----README.rst(427B)
----nginx.conf(458B)
----run-wsgi.sh(31B)
----emperor.ini(127B)
----requirements.txt(13B)
----uwsgi()
--------app2()
--------app.skel(265B)
--------app1.ini(8B)
--------app1()
--------app2.ini(8B)
----.gitignore(27B)
----curl-request.sh(49B)

网友评论