Statistics
| Branch: | Tag: | Revision:

root / poller / run_uwsgi @ 3e99e2d1

History | View | Annotate | Download (173 Bytes)

1
#!/bin/sh
2
# see http://projects.unbit.it/uwsgi and http://projects.unbit.it/uwsgi/wiki/Gevent
3
exec uwsgi --loop gevent --http-socket :8000 --module application --async 1000