Commit a193bf8c authored by Denis Bilenko's avatar Denis Bilenko

add links to uwsgi homepage

parent 35f93dfb
#!/bin/sh
uwsgi --loop gevent --http-socket :8000 --module application --async 1000
# see http://projects.unbit.it/uwsgi and http://projects.unbit.it/uwsgi/wiki/Gevent
exec uwsgi --loop gevent --http-socket :8000 --module application --async 1000
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment