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/